obj_attr.character: Infer Object Attribute Relationships from Character

Description Usage Arguments Details Value See Also

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


bergsmat/origami documentation built on May 12, 2019, 3:08 p.m.