Generates gen-env.R
and gen-pipeline.R
scripts in the specified project
directory, after asking the user for confirmation. If the user declines, no
changes are made.
Value
Logical. Returns TRUE if initialization was successful, FALSE if the operation was cancelled by the user.
Details
Creates (overwriting if they already exist):
gen-env.R
: Script to define an execution environment with{rix}
.gen-pipeline.R
: Defines a data pipeline with{rixpress}
.
See also
Other utilities:
print.derivation()
,
rxp_copy()
,
rxp_inspect()
,
rxp_list_logs()
,
rxp_load()
,
rxp_read()