print.exist_multiple_attributes: Print result of exist_multiple_attributes()

Description Usage Arguments Value See Also Examples

View source: R/exist_multiple_attributes.R

Description

Print a structured return of the exist_multiple_attributes() function.

Usage

1
2
## S3 method for class 'exist_multiple_attributes'
print(x, ...)

Arguments

x

The return of the function this print function relates to.

...

Possible further options to the print function.

Value

A structured print of the return by the exist_multiple_attributes() function.

See Also

exist_multiple_attributes

Examples

1
2
3
4
5
6
## Not run: 
resp <- exist_multiple_attributes()

resp

## End(Not run)

ebbertd/existR documentation built on March 3, 2020, 8:02 a.m.