powered by
Read a BIS data set from a local file
read_bis(file_path)
A tibble data frame.
Character. Path to the CSV file to be read (usually obtained via manual download from the BIS homepage).
if (FALSE) { # Example 1: Read a locally stored CSV df <- read_bis("WS_CBPOL_csv_flat.csv") # Example 2: Read a locally stored ZIP df <- read_bis(.unzip_file("WS_CBPOL_csv_flat.zip")) }
Run the code above in your browser using DataLab