Write a csv file compatible with nonmem
Arguments
- x
dataframe to be written to csv
- file
character string naming a file or connection open for writing.
- sep
field string separator, defaults to comma (",")
- row.names
logical value whether to include row names
- na
value for NA
- quote
whether character or factor columns should be surrounded by double quotes
- ...
remaining arguments passed to data.table::fwrite