Skip to content

Commit

Permalink
docsify
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentarelbundock committed Nov 13, 2023
1 parent 848e9ce commit dc1ab34
Show file tree
Hide file tree
Showing 35 changed files with 3,209 additions and 991 deletions.
2 changes: 2 additions & 0 deletions .Rbuildignore
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,5 @@ revdep*
^pkgdown$
^\.github$
README.Rmd
^altdoc$
^docs$
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
.RData
.Ruserdata
*.DS_Store
docs
README.html
4 changes: 3 additions & 1 deletion R/countrycode.R
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,10 @@
#' countryname(x, destination = "cowc", warn = FALSE, nomatch = x)
#'
#' \dontrun{
#' library(countrycode)
#' # Download the dictionary of US states from Github
#' state_dict <- "https://bit.ly/2ToSrFv"
#'
#' state_dict <- "https://raw.githubusercontent.com/vincentarelbundock/countrycode/main/data/custom_dictionaries/data_us_states.csv"
#' state_dict <- read.csv(state_dict)
#'
#' # The "state.regex" column includes regular expressions, so we set an attribute.
Expand Down
368 changes: 4 additions & 364 deletions README.Rmd

Large diffs are not rendered by default.

Loading

0 comments on commit dc1ab34

Please sign in to comment.