Default specifications for programs (scripts) to be copied to submission package
getProgramSpecification.Rd
Helper function for creation of submission package. Creates a specification data frame that can be used as input to createSubmissionPack with default settings. For each file in the given folders defaults are set in the returned specification data frame (i.e., subfolder is according to subfolder of the given folder, no description is given, and the Type is 'program')
getProgramSpecification(
folder,
extensions = c(".R", ".txt", ".r"),
recursive = TRUE
)
Arguments
Value
data frame with one line per script to be included and default settings
See also
Other Output:
IQRinitCompliance()
,
IQRoutputCSV()
,
IQRoutputDEFINE()
,
IQRoutputFigure()
,
IQRoutputFile()
,
IQRoutputPDF()
,
IQRoutputPDFParallel()
,
IQRoutputPDFend()
,
IQRoutputPDFstart()
,
IQRoutputPNG()
,
IQRoutputRDS()
,
IQRoutputTable()
,
IQRoutputValueTable()
,
IQRoutputXPT()
,
createSubmissionPack()
,
getModelSpecification()
,
import_IQRdataOriginal()
,
is_enabled_complianceMode()
,
is_enabled_rdsMode()
,
packageR_IQRtools()
,
print.IQRoutputTable()
,
read_IQRoutputTable()
,
text_IQRoutputTable()
Other Submission package:
IQRoutputDEFINE()
,
IQRoutputXPT()
,
addLabel_IQRaedataER()
,
addLabel_IQRdataGENERAL()
,
createSubmissionPack()
,
exportDEFINE_IQRaedataER()
,
exportDEFINE_IQRdataGENERAL()
,
exportDEFINEpdf_IQRdataGENERAL()
,
exportXPT_IQRaedataER()
,
getModelSpecification()