The Uploader app updates datasets in the ecodata R package.
using the following dataset attributes:
data_steward
: name and email of all data stewardstech-doc_url
: link to documentation of the datasetdata_files
: file names of input dataFor instance here’s how the aquaculture
dataset gets attributed in data-raw/get_aquaculture.R
:
attr(aquaculture, "tech-doc_url") <- "https://noaa-edab.github.io/tech-doc/aquaculture.html"
attr(aquaculture, "data_files") <- list(
aquaculture_xlsx = aquaculture_xlsx)
attr(aquaculture, "data_steward") <- c(
"Chris Schillaci <christopher.shillaci@noaa.gov>")
Bastille, Kimberly, Sean Hardison, Lynn deWitt, Jennifer Brown, Jameal Samhouri, Sarah Gaichas, Sean Lucey, et al. 2021. “Improving the IEA Approach Using Principles of Open Data Science.” Coastal Management 49 (1): 72–89. https://doi.org/10.1080/08920753.2021.1846155.