Get the comments/footnotes of a BFS dataset in a given language
Source:R/bfs_get_data_comments.R
bfs_get_data_comments.Rd
Get the comments/footnotes of a BFS dataset using PXWEB BFS API v1.
Usage
bfs_get_data_comments(
number_bfs,
language = "de",
query = NULL,
clean_names = FALSE,
delay = NULL
)
Arguments
- number_bfs
The BFS number of a dataset.
- language
Language of the dataset to be translated if exists, i.e. "de", "fr", "it" or "en".
- query
a list with named values, a json query file or json query string using
pxweb::pxweb_query()
.- clean_names
Clean column names using
janitor::clean_names()
- delay
Integer Number of seconds to wait before query using
Sys.sleep()
.