parse_opts {params}R Documentation

Parse options to expand {{variable}} into their respective values

Description

This function is internally called by set_opts and load_opts

Usage

parse_opts(lst, envir)

Arguments

lst

a list of configuration options to parse

envir

environ used to store objects. Default is a environ object called opts [params:::opts]


[Package params version 0.7.3 Index]