Skip to content

Commit

Permalink
Minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
MansMeg committed Jan 13, 2024
1 parent 1f6ebb3 commit 473d960
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
6 changes: 4 additions & 2 deletions R/pxweb.R
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,10 @@
#'
#' @examples
#' \dontrun{
#' pxapi_1 <- pxweb(url = "https://api.scb.se/OV0104/v1/doris/sv/ssd/START/ME/ME0104/ME0104C/ME0104T24")
#' pxapi_2 <- pxweb(url = "https://api.scb.se/OV0104/v1/doris/sv")
#' pxapi_1 <-
#' pxweb("https://api.scb.se/OV0104/v1/doris/sv/ssd/START/ME/ME0104/ME0104C/ME0104T24")
#' pxapi_2 <-
#' pxweb(url = "https://api.scb.se/OV0104/v1/doris/sv")
#' }
#'
#' @export
Expand Down
6 changes: 4 additions & 2 deletions man/pxweb.Rd

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

0 comments on commit 473d960

Please sign in to comment.