Exporting a data.frame as CSV file
IQRoutputCSV.Rd
The compliance log file will only be generated if .COMPLIANCE_MODE is set to TRUE. The name of the generated compliance log file is the same name as the text file name but with appended ".log". The extension for the exported text file will be kept unchanged in the exported log file name. In order for the log file generation to work the global variable "COMPLIANCE_MODE_SCRIPT_NAME" needs to be defined by the user and in each R script set to the name of the script.
IQRoutputCSV(
data,
filename,
na = ".",
quote = FALSE,
row.names = FALSE,
FLAGattributes = TRUE,
replaceComma = NULL
)
Arguments
- data
The data.frame or matrix to export
- filename
Character string with the filename (can include path) for export. Should include extension to the filename.
- na
Character to represent NA values
- quote
TRUE: use "" quotes, FALSE: do not (for NONMEM and MONOLIX)
- row.names
TRUE: exposrt row names FALSE: do not (typical use in IQRtools)
- FLAGattributes
FALSE: do not export custom attributes as .atr file. TRUE: do (default)
- replaceComma
NULL: do not replace comma. Character: replace by user-provided character
See also
Other Output:
IQRinitCompliance()
,
IQRoutputDEFINE()
,
IQRoutputFigure()
,
IQRoutputFile()
,
IQRoutputPDF()
,
IQRoutputPDFParallel()
,
IQRoutputPDFend()
,
IQRoutputPDFstart()
,
IQRoutputPNG()
,
IQRoutputRDS()
,
IQRoutputTable()
,
IQRoutputValueTable()
,
IQRoutputXPT()
,
createSubmissionPack()
,
getModelSpecification()
,
getProgramSpecification()
,
import_IQRdataOriginal()
,
is_enabled_complianceMode()
,
is_enabled_rdsMode()
,
packageR_IQRtools()
,
print.IQRoutputTable()
,
read_IQRoutputTable()
,
text_IQRoutputTable()