Skip to content

Commit

Permalink
fix #68 add usda ckan instance to servers fxn
Browse files Browse the repository at this point in the history
  • Loading branch information
sckott committed Jul 3, 2019
1 parent 1042794 commit c39cf29
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions R/servers.R
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
#' I can't figure out how to get access to the CKAN API on their instance.
#' @examples \dontrun{
#' servers()
#' ckan_info("http://data.gov.au/")
#' ckan_info(servers()[5])
#'
#' # what version is each CKAN server running
Expand Down Expand Up @@ -141,5 +140,6 @@ server_urls <- c(
"http://opendata.opennorth.se/",
"https://data.noaa.gov",
"https://data.overheid.nl/data",
"https://www.data.gv.at/katalog"
"https://www.data.gv.at/katalog",
"https://data.nal.usda.gov"
)

0 comments on commit c39cf29

Please sign in to comment.