powered by
Use Specified Configuration
use_config(config_func)
A function to be used for configuration. It can be yaml_config or in_place_config.
yaml_config
in_place_config
# NOT RUN { use_config(yaml_config) # to use standard YAML configuration file use_config(in_place_config) # to use "in-place" configuration which is stored in memory # }
Run the code above in your browser using DataLab