read_bis: Read a BIS data set from a local file

View source: R/BIS.R

read_bisR Documentation

Read a BIS data set from a local file

Description

Read a BIS data set from a local file

Usage

read_bis(file_path)

Arguments

file_path

Character. Path to the CSV file to be read (usually obtained via manual download from the BIS homepage).

Value

A tibble data frame.

Examples

## 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)


BIS documentation built on April 4, 2025, 12:35 a.m.

Related to read_bis in BIS...