cbs: Download 'live' cbs data

View source: R/cbs.R

cbsR Documentation

Download 'live' cbs data

Description

Enables the use of 'live' CBS data in your nicerplot

Usage

cbs(
  url = "https://opendata.cbs.nl/statline/#/CBS/nl/dataset/83913NED/table?dl=323FD"
)

Arguments

url

url to cbs data

Details

See manual for details.

Value

data.frame

Examples

## 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)

data-science-made-easy/nicerplot documentation built on Nov. 3, 2024, 9:23 p.m.