Arguments
- myfiles
A
character
. The list of the files to deposit in Zenodo. Please provide all files only with 'csv' extension.- delim
A
character
. Provide the character used to separate fields within a record. Only if the extension of the file(s) are 'csv', 'tsv', or 'txt'.
Author
Alessandro Oggioni, phD oggioni.a@irea.cnr.it
Examples
if (FALSE) {
## Not run:
elter_write_rdata(
myfiles = c(
"miscellaneus/file_show/data_mapping.csv",
"miscellaneus/file_show/reference_TAXA.csv",
"miscellaneus/file_show/reference_VARIABLES.csv"
),
delim = ";"
)
}
## End (Not run)