load_parameters: Load Parameters from YAML File

View source: R/params.R

load_parametersR Documentation

Load Parameters from YAML File

Description

This function loads parameters from a YAML file and stores them in an object.

Usage

load_parameters(filepath = .param_fp())

Arguments

filepath

Path to the YAML file containing the parameters. By default, it takes the value of parameters.yaml in R user's directory.

Value

object with parameters and values

Examples

# Load parameters from default file
load_parameters()


geohabnet documentation built on June 27, 2024, 5:11 p.m.