print.dm_doc: print 'dm_doc' object

Description Usage Arguments Value

View source: R/dm.R

Description

prints a data frame version of selected info in a 'dm_doc' object or returns that data frame

Usage

1
2
## S3 method for class 'dm_doc'
print(x, ..., print = TRUE, purge = TRUE, group = TRUE, grouping = NULL)

Arguments

x

a 'dm_doc' object

...

arguments passed to print.data.frame

print

if FALSE then an data frame is returned

purge

do not print empty fields

group

group output by 'group' (if it exists)

grouping

specify the order to group by (character vector), else as-is

Value

possibly a data frame


renlund/dm documentation built on Jan. 18, 2022, 9:50 a.m.