View source: R/bfs_get_data_comments.R
bfs_get_data_comments | R Documentation |
Get the comments/footnotes of a BFS dataset using PXWEB BFS API v1.
bfs_get_data_comments(
number_bfs,
language = "de",
query = NULL,
clean_names = FALSE,
delay = NULL
)
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 |
clean_names |
Clean column names using |
delay |
Integer Number of seconds to wait before query using |
A tbl_df (a type of data frame; see tibble or dplyr packages). Returns NULL if no connection.
bfs_get_data
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.