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
)A tbl_df (a type of data frame; see tibble or dplyr packages). Returns NULL if no connection.
The BFS number of a dataset.
Language of the dataset to be translated if exists, i.e. "de", "fr", "it" or "en".
a list with named values, a json query file or json query string using pxweb::pxweb_query().
Clean column names using janitor::clean_names()
Integer Number of seconds to wait before query using Sys.sleep().
bfs_get_data