obj_attr.character: Infer Object Attribute Relationships from Character

Description Usage Arguments Details Value See Also

View source: R/meta.R

Description

Infers object ~ attribute relationships from character.

Usage

1
2
## S3 method for class 'character'
obj_attr(x, ...)

Arguments

x

character

...

passed arguments

Details

Character is, for example, the names of a data.frame. Processes the names, splitting on underscore and converting to formulas, with names same as the values in x that contained any underscores.

Value

a named list of formulas in the form object ~ attribute

See Also

obj_attr


fold documentation built on April 23, 2018, 5:03 p.m.