safe_transformer {dunlin} | R Documentation |
Safe transformer
Description
Safe transformer
Usage
safe_transformer(text, envir)
Arguments
text |
( |
envir |
( |
Details
Obtain content in global environment by default. If not found, use the environment here. The function first looks for an exact match. If not found, it searches for a match in lower case then apply to the result the same case as the original value.
Value
string
with substituted placeholders.
[Package dunlin version 0.1.10 Index]