dev/data_create.R

#Shortcut script for (re)creating sysdata.rda

level_returns_max <- utils::read.csv("dev/level_returns_max.csv")

#NOTE: the name of *_returns tables be formulated so that the first part of the name matches the parameter as it's spelled in the local database, followed by _returns. If in doubt, check the parameter names using DB_browse_ts.

data <- list(level_returns_max = level_returns_max)

usethis::use_data(data, internal=TRUE, overwrite=TRUE)
YukonWRB/WRBplots documentation built on Sept. 29, 2023, 2:05 p.m.