instructions_execute: Execute your instructions!

Description Usage Arguments Value Note Author(s) See Also

View source: R/instructions_execute.R

Description

The function will loop through all input_files and call the function instructions_specify.

Usage

1
instructions_execute(ls_instructions, df_source_files)

Arguments

ls_instructions

List. A list containing all parameters of a framework project. See ?framework::template_params for a complete list of params needed.

df_source_files

data frame. Predefined data frame (output of the function 'instructions_implement').

Value

rds-files within the cache directory (ls_instructions_last, df_source_files_last, snapshot_data_dir.rds, snapshot_source_dir.rds)

Note

This function is part of a family of functions each of which begin with 'instructions_'. The order to call these functions is: 'instructions_prepare', 'instructions_implement', 'instructions_check', 'instructions_execute', 'instructions_symlink' and 'instructions_supplement'.

Author(s)

Frederik Sachser

See Also

instructions_prepare, instructions_implement, instructions_check, instructions_specify, instructions_symlink, instructions_supplement


sachserf/repres documentation built on May 29, 2019, 12:21 p.m.