Skip to content

Commit

Permalink
fix saveSDMX example
Browse files Browse the repository at this point in the history
  • Loading branch information
eblondel committed Dec 16, 2024
1 parent a7dd09a commit b724c69
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion R/saveSDMX.R
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
#' @examples
#' \donttest{
#' sdmx <- system.file("extdata","Example_Eurostat_2.0.xml", package="rsdmx")
#' saveSDMX(sdmx, "sdmx.rda")
#' sf <- tempfile(fileext = ".rda")
#' saveSDMX(sdmx, sf)
#' }
#'
#' @export
Expand Down
3 changes: 2 additions & 1 deletion man/saveSDMX.Rd

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

0 comments on commit b724c69

Please sign in to comment.