Skip to content

Commit

Permalink
#116 update example
Browse files Browse the repository at this point in the history
  • Loading branch information
eblondel committed Dec 21, 2016
1 parent 9e22d88 commit 62cac80
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -408,5 +408,5 @@ saveSDMX(sdmx, "tmp.RData")
To reload a SDMX R object from RData file:

```{r, echo = FALSE}
readSDMX("tmp.RData", isRData = TRUE)
sdmx <- readSDMX("tmp.RData", isRData = TRUE)
```
2 changes: 1 addition & 1 deletion vignettes/quickstart.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -214,5 +214,5 @@ saveSDMX(sdmx, "tmp.RData")
To reload a SDMX R object from RData file:

```{r, echo = FALSE}
readSDMX("tmp.RData", isRData = TRUE)
sdmx <- readSDMX("tmp.RData", isRData = TRUE)
```

0 comments on commit 62cac80

Please sign in to comment.