remove_attr: Remove 'attr's from object

Description Usage Arguments Value Examples

Description

Remove 'attr's from object so that functionality like 'filter' in "dplyr" can be performed.

Usage

1
remove_attr(obj, attr_name)

Arguments

obj

An R object with different attributes.

attr_names

Vector of character strings indicating names of the attributes to be removed

Value

An R object without the specified attr

Examples

1
basisFICO_1 <- remove(basisFICO_1, 'knots')

hongqi0314/PRAuto.PMML documentation built on May 6, 2019, 11:30 a.m.