Rdocumentation
powered by
Learn R Programming
googleAuthR (version 0.1.0)
substitute.list: Substitute in a (nested) list
Description
Substitute in a (nested) list
Usage
substitute.list(template, replace_me)
Arguments
template
A template named list
replace_me
A similar named list with different values to substitute
Value
The template with the values substituted.