DEPRICATED Create zips file with necessary content based on data set
DEPRICATED Create zips file with necessary content based on data set
Metadata can be added by editing the data dictionary of a project in the initial design phase. If you want to later add new instruments, this function can be used to create (an) instrument(s) to add to a project in production.
create_instrument_meta(data, dir = here::here(""), record.id =TRUE)
Arguments
data: metadata for the relevant instrument. Could be from ds2dd_detailed()
dir: destination dir for the instrument zip. Default is the current WD.
record.id: flag to omit the first row of the data dictionary assuming this is the record_id field which should not be included in the instrument. Default is TRUE.