make_df.data_man: 'make_df' method for 'data_man_container' object

Description Usage Arguments

View source: R/make_df_data_man.r

Description

...

Usage

1
2
3
## S3 method for class 'data_man'
make_df(object, env, ..., where = NULL, comment = NULL,
  rgroup = NULL, null.rgroup = "Other")

Arguments

object

a data_man_container object

env

useless here (included for S3 method consistency.)

...

useless here (included for S3 method consistency.)

where

if TRUE then 'where' info is included. If NULL (default) then the function will guess that you want it if there is such information.

comment

if TRUE then 'comment' info is included. If NULL (default) then the function will guess that you want.

rgroup

if TRUE then a cr_group object is returned with attribute rgroup from 'rgroup' info. If NULL (default) then the function will guess that you want

null.rgroup

the rgroup attribute for is.na(rgroup).


renlund/dataman documentation built on May 27, 2019, 5:51 a.m.