R/initialise.R
initialise.Rd
Reads in a working config file, generates new Code Run entry, and returns a handle containing various metadata.
initialise(config, script)
a string specifying the location of the working config file in the data store
string
a string specifying the location of the submission script in the data store
Returns an object of class fdp, R6 containing metadata required by the Data Pipeline API
fdp, R6