# NOT RUN {
## Set options: opts_flow$set()
opts = opts_flow$set(flow_run_path = "~/mypath")
## OR if you would like to supply a long list of options:
opts = opts_flow$set(.dots = list(flow_run_path = "~/mypath"))
## load options from a configuration file: opts_flow$load()
conffile = fetch_conf("flowr.conf")
opts_flow$load(conffile)
## Fetch options: get_opts()
opts_flow$get("flow_run_path")
opts_flow$get()
# }
Run the code above in your browser using DataLab