bfs_get_metadata: Get metadata of a BFS data in a given language

View source: R/bfs_get_metadata.R

bfs_get_metadataR Documentation

Get metadata of a BFS data in a given language

Description

Get the metadata of a BFS dataset using the PXWEB API v1. You should choose either the bfs number of the bfs offical url of a given dataset.

Usage

bfs_get_metadata(number_bfs = NULL, url_bfs = NULL, language = "de")

Arguments

number_bfs

The BFS number of a dataset.

url_bfs

The URL page of a dataset.

language

Language of the dataset to be translated if exists.

Value

A tbl_df (a type of data frame; see tibble or dplyr packages).


BFS documentation built on Sept. 20, 2023, 5:07 p.m.