Export IQRaedataER object as XPT file

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")