Write the output of a function
writeStoxOutput(x, folderPath, filePath, ow = FALSE, escape = TRUE)
The output from a StoX function.
Character: The path to the folder to write the files to
Character: Optional. If given this overrides the default file paths. Must be of the same length as x
is x
is a list of tables etc.
Logical: If TRUE overwrite the file if existing.
Logical: Should strings be escaped in text output. Defaulted to TRUE.