powered by
This function loads parameters from a YAML file and stores them in an object.
load_parameters(filepath = .param_fp())
object with parameters and values
Path to the YAML file containing the parameters. By default, it takes the value of parameters.yaml in R user's directory.
parameters.yaml
# Load parameters from default file load_parameters()
Run the code above in your browser using DataLab