Skip to content

Commit

Permalink
https
Browse files Browse the repository at this point in the history
  • Loading branch information
hmalmedal committed Mar 21, 2020
1 parent 43bee27 commit 18925cd
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions R/rjstat.R
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#' Read and write JSON-stat data sets
#'
#' \href{http://json-stat.org}{JSON-stat} is a JSON format for data
#' \href{https://json-stat.org}{JSON-stat} is a JSON format for data
#' dissemination. The \pkg{rjstat} package converts data frames to and from this
#' format. The extensive metadata features of JSON-stat are not supported.
#'
Expand Down Expand Up @@ -30,7 +30,7 @@ NULL
#' @export
#' @examples
#' \dontrun{
#' oecd.canada.url <- "http://json-stat.org/samples/oecd-canada.json"
#' oecd.canada.url <- "https://json-stat.org/samples/oecd-canada.json"
#' results <- fromJSONstat(oecd.canada.url)
#' names(results)
#' }
Expand Down
2 changes: 1 addition & 1 deletion man/fromJSONstat.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion man/rjstat.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 18925cd

Please sign in to comment.