Closed mitchellmanware closed 7 months ago
calc_*
calc_setcolnames()
$time
$lat
$lon
-
.
_
R/*.R
file.exists()
download.R
calc_lagged()
calc_*()
dyplr::lag()
calc_*
functions https://github.com/NIEHS/amadeus/issues/45#issuecomment-2012399549calc_setcolnames()
for standard naming practices https://github.com/NIEHS/beethoven/issues/294#issuecomment-2026511750$time
, latitude and longitude are$lat
and$lon
respectively-
,.
, and_
so variable code is a single stringR/*.R
files to track main versus auxiliary functionsfile.exists()
checks indownload.R
to download only missing/nonexisting data files https://github.com/NIEHS/amadeus/issues/58calc_lagged()
for creating temporally lagged covariatescalc_*()
functions anddyplr::lag()
to generate lagged covariates at user defined day steps https://github.com/NIEHS/amadeus/issues/60