Export a GPF to and XLS file

Ensures proper handling of colnames, rownames and NA in the respecitve sheets

export_GPF(GPF, filename)

Arguments

GPF

GPF

filename

file.path to XLS file- Directory will be created if not existing

Value

The GPF with updated filename

Author

Daniel Lill (IntiQuan)

Examples

if (FALSE) {
xlsfile <- system.file("examples/GPFExamples/xls2_ExponentialDecay.xlsx", package = "IQRtools")
GPF <- load_GPF(xlsfile)
export_GPF(GPF, tempfile(fileext = ".xlsx"))
}