| import_bis_lbs | R Documentation |
This function imports locational banking statistics from BIS format
import_bis_lbs(
file_path,
my_frequency = NULL,
my_measure = NULL,
my_balance_sheet_position = NULL,
my_type_of_instruments = NULL,
my_currency_denomination = NULL,
my_currency_type_of_reporting_country = NULL,
my_parent_country = NULL,
my_type_of_reporting_institutions = NULL,
my_reporting_country = NULL,
my_counterparty_sector = NULL,
my_counterparty_country = NULL,
my_position_type = NULL,
pivot_to_long = FALSE
)
file_path |
string a file path to the source data file |
my_frequency |
time frequency of the data (default is NULL), available options are:
|
my_measure |
(default is NULL), available options are:
|
my_balance_sheet_position |
(default is NULL) available options are:
|
my_type_of_instruments |
(default is NULL) available options are:
|
my_currency_denomination |
(default is NULL), available options are:
|
my_currency_type_of_reporting_country |
(default is NULL), available options are:
|
my_parent_country |
string |
my_type_of_reporting_institutions |
(default is NULL), available options are:
|
my_reporting_country |
string |
my_counterparty_sector |
(default is NULL), available options are:
|
my_position_type |
(default is NULL), available options are:
|
pivot_to_long |
reshape the data to long format? Default is FALSE |
counterparty_country |
string |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.