ApplySchema: Apply a schema to DataRobot objects (lists, frames)
Description
Apply a schema to DataRobot objects (lists, frames)
Usage
ApplySchema(inList, schema, mask = NULL)
Arguments
inList
object. The DataRobot object to apply the schema to.
schema
list. The schema to apply.
mask
list. Search the schema and only apply values that match this with grep.
Defaults to NULL, or no masking.