Export IQRaedataER object as XPT file
exportXPT_IQRaedataER.Rd
An IQRaedataER object can be exported to an SAS XPT file. Most columns can be handled automatically. For columns that the user has added additionally, labels can be provided with the addColLabels input argument.
exportXPT_IQRaedataER(data, filename = NULL, addColLabels = NULL)
Arguments
- data
IQRaedataER object
- filename
Filename of the XPT file to create (not more than 8 characters without extension)
- addColLabels
List with named elements. Names are column names and the value of an element is the label. If defining addColLabels for columns that are already handled automatically, the provided labels will overwrite the automatic ones. Example:
addColLabels <- list(IXGDF="Other label",NEWCCOL="Label for NEWCOL")
See also
Other IQRdataER:
addLabel_IQRaedataER()
,
createAEdata_IQRdataGENERAL()
,
export_IQRaedataER()
,
load_IQRaedataER()
,
plotCorCat_IQRdataER()
,
plotCorCovCat_IQRdataER()
,
plotCorCov_IQRdataER()
,
plotIndivAE_IQRdataGENERAL()
,
print.IQRaedataER()
,
summaryCat_IQRdataER()
,
summaryCov_IQRdataER()
,
summaryN_IQRaedataER()
,
summary_IQRaedataER()
Other Submission package:
IQRoutputDEFINE()
,
IQRoutputXPT()
,
addLabel_IQRaedataER()
,
addLabel_IQRdataGENERAL()
,
createSubmissionPack()
,
exportDEFINE_IQRaedataER()
,
exportDEFINE_IQRdataGENERAL()
,
exportDEFINEpdf_IQRdataGENERAL()
,
getModelSpecification()
,
getProgramSpecification()