Write Short- and Long-Term data in the recommended MQOR data structure
write_mqor.Rd
This function takes a data.frame
already in R and writes it to the {mqor}
flat file structure.
Usage
write_mqor(data, file = "", delim = ";", dict = mqor::mqo_dict())
Arguments
- data
A
data.frame
to write to a file.- file
Output file name.
""
indicates output to the console.- delim
The delimiter used to separate columns in the files. The default is
";"
.- dict
See
mqo_dict()
for more information. Acts as a data dictionary to specify the columns in the data{mqor}
should use.