dm | R Documentation |
This creates a list of data management information (defaults to
a 'dm_doc' object called 'documentation' in the environment 'dm_envir'
which can be retrieved with dm_doc()
). This information can then
be used to extract and recode (factors and dates) for (or towards) an
analytical data base.
dm(
var,
name = var,
db = NULL,
recode = NULL,
transf = NULL,
group = NULL,
comment = NULL,
label = NULL,
keep.label = TRUE
)
dmv(
var,
name = var,
db = NULL,
recode = NULL,
transf = NULL,
group = NULL,
comment = NULL,
label = NULL,
keep.label = TRUE
)
var |
character, database/data frame entry |
name |
character, (new) name of variable, will be 'var' if unspecified |
db |
character, name of data frame, if |
recode |
recode |
transf |
function, for transformation |
group |
character, a grouping of the variables |
comment |
character, a comment or some such extra information |
label |
character, something to be stored as label attribute for this variable |
keep.label |
logical, if |
dmv()
: An alias for dm ('v' for 'variable')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.