Skip to content

Commit

Permalink
Document specific download function for Colombia, amend WORDLIST
Browse files Browse the repository at this point in the history
  • Loading branch information
RichardMN committed Nov 20, 2021
1 parent f9087a7 commit 7f84ec8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 2 additions & 1 deletion R/Colombia.R
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
#'
# nolint start
#' @source \url{https://www.datos.gov.co/Salud-y-Protecci-n-Social/Casos-positivos-de-COVID-19-en-Colombia/gt2j-8ykr}
#' @source \url{https://github.com/danielcs88/colombia_covid-19/}
# nolint end
#' @export
#' @concept dataset
Expand Down Expand Up @@ -58,6 +57,8 @@ Colombia <- R6::R6Class("Colombia",
},

#' @description Colombia specific download using Socrata API
#' This uses the `RSocrata` package if it is installed or downloads
#' a much larger csv file if that package is not available.
#' @importFrom dplyr select
download = function() {
message_verbose(self$verbose,
Expand Down
2 changes: 2 additions & 0 deletions inst/WORDLIST
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,7 @@ rlang
rmarkdown
Roxygen
RoxygenNote
RSocrata
rvest
RVIM
rworldmap
Expand All @@ -143,6 +144,7 @@ seperate
shapefiles
sherratt
Sherratt
Socrata
sophie
SouthAfrica
spi
Expand Down

0 comments on commit 7f84ec8

Please sign in to comment.