interpolation_option {ConfigParser} | R Documentation |
Search for option's for interpolation
Description
Search for option's for interpolation
Usage
interpolation_option(value)
do_replacement(input, option, replacement)
Arguments
value |
The value to search for possibly required interpolation |
Details
Searches the string for occurrences of and return the unchanged value of ... as the option;
This can then later be used with do_replacement
and a value
to perform the actual replacement.
Value
A string representing the option of NULL
Author(s)
Holger Hoefling
[Package ConfigParser version 1.0.0 Index]