data-raw/fx.R

## code to prepare `fx` dataset goes here

fx <- readr::read_csv("data-raw/currencyexchange.csv",name_repair = janitor::make_clean_names)

usethis::use_data(fx, overwrite = TRUE)
alejandrohagan/fpaR documentation built on April 12, 2025, 9:51 a.m.