Skip to content

Commit

Permalink
fix check
Browse files Browse the repository at this point in the history
  • Loading branch information
tlorusso committed Jun 29, 2021
1 parent aadb0fd commit b416bad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/get_swissvotes.R
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ get_swissvotes <- function(DB = T, savecitation = F, codebook = F) {

swissvotesDB <- download$result

if(is.na(swissvotesDB$anr) && length(swissvotesDB)==1) message(paste0(download$error))
if(!is.null(download$error)) message(paste0(download$error))

}
if (codebook) utils::browseURL("https://swissvotes.ch/page/dataset/codebook-de.pdf")
Expand Down

0 comments on commit b416bad

Please # to comment.