interpolation_option {ConfigParser} | R Documentation |
Search for option's for interpolation
interpolation_option(value)
do_replacement(input, option, replacement)
value |
The value to search for possibly required interpolation |
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.
A string representing the option of NULL
Holger Hoefling