Learn R Programming

ConfigParser (version 1.0.0)

interpolation_option: 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

Value

A string representing the option of NULL

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.