apollo_insertRRMQuotes {apollo} | R Documentation |
Introduces quotes into rrm_settings
Description
Takes a function, looks for the definition of relevant parts of rrm_settings, and introduces quotes on them. This is to facilitate their processing by apollo_rrm under functionality="preprocessing".
Usage
apollo_insertRRMQuotes(f)
Arguments
f |
Function. Usually |
Value
Function f
with relevant expressions turned into character.
[Package apollo version 0.3.3 Index]