parse_patterns {ubiquity} | R Documentation |
Parse String for Prototype Functions
Description
A string can contain any number of prototype functions, and this function will find them and replace them with the actual R code.
Usage
parse_patterns(cfg, str)
Arguments
cfg |
ubiquity system object |
str |
string |
Value
String with the prototype functions replaced
[Package ubiquity version 2.1.0 Index]