load_workflow
makes it possible to reload your workflow from a saved configuration file in JSON.
Arguments
- filepath
filepath to the JSON file that contains the parameters of the workflow, that you have created with save_workflow().
Value
the workflow after loading all of its settings and parameters.
Details
A function to reload your workflow from a specific JSON file that you have created with save_workflow_settings().
Examples
my_workflow <- load_workflow(filepath="myworkflow.json")
#> → The workflow has been successfully reloaded from myworkflow.json.