read_bis | R Documentation |
Read a BIS data set from a local file
read_bis(file_path)
file_path |
Character. Path to the CSV file to be read (usually obtained via manual download from the BIS homepage). |
A tibble data frame.
## Not run:
# 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"))
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.