cbs | R Documentation |
Enables the use of 'live' CBS data in your nicerplot
cbs(
url = "https://opendata.cbs.nl/statline/#/CBS/nl/dataset/83913NED/table?dl=323FD"
)
url |
url to cbs data |
See manual for details.
data.frame
## Not run:
link <- "https://opendata.cbs.nl/statline/#/CBS/nl/dataset/83913NED/table?dl=323FD"
head(cbs(link))
nplot(link)
j <- james(cbs(link))
j$title <- "Stad nog steeds in trek"
j$y_title <- "verkoopprijzen (2015 = 100)"
nplot(j)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.