This function creates the paris_precipitation
dataset by downloading the data from a website by the NOAA National Climatic Data Center and returning it as a uts
object. It is not meant to be called directly, but provided for reproducability.
1 |
1 2 3 4 5 6 7 | paris_precipitation <- download_paris_precipitation()
# Save data
## Not run:
save(paris_precipitation, file=file.path("data", "paris_precipitation.rda"), compress="xz")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.