workflows/make_ref_corrections_data.R

# make ref corrections data - 
# converts xlsx to data file.

library(readxl)

# carbon: open xlsx file, and any formatting needed?
carb <- read_xlsx("refCorrections.xlsx")

# save as data file to R/
usethis::use_data(carb, internal = TRUE, overwrite = TRUE)
SPATIAL-Lab/NEONiso documentation built on April 5, 2024, 5:28 a.m.