read_rates: Read in only the rates data

Description Usage

Description

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.

Usage

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

DavisVaughan/ratekit documentation built on May 5, 2019, 8:14 a.m.