Functions for reading rates data, with sane defaults for NA handling. read_rates()
reads only the interest rates data, and read_rates_meta_data()
reads in
only the meta data.
1 2 3 4 5 6 7 | read_rates(path, sheet = NULL, range = NULL, col_names = TRUE,
col_types = NULL, na = c("", "-999.99"), trim_ws = TRUE, skip = 9,
n_max = Inf, guess_max = min(1000, n_max), clean_date_col = TRUE)
read_rates_meta_data(path, sheet = NULL, range = "A3:H8",
col_names = TRUE, col_types = NULL, na = c("", "N/A"), trim_ws = TRUE,
skip = 0, n_max = Inf, guess_max = min(1000, n_max))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.