des_summary | R Documentation |
generates a descriptive overview on the variables ins resp_vars
.
Descriptor
des_summary(
study_data,
resp_vars = NULL,
meta_data = "item_level",
label_col = LABEL
)
study_data |
data.frame the data frame that contains the measurements |
resp_vars |
variable the name of the continuous measurement variable |
meta_data |
data.frame the data frame that contains metadata attributes of study data |
label_col |
variable attribute the name of the column in the metadata with labels of variables |
TODO
a list with:
SummaryTable: data frame
SummaryData: data frame
## Not run:
prep_load_workbook_like_file("meta_data_v2")
xx <- des_summary("study_data", meta_data =
prep_get_data_frame("item_level"))
util_html_table(xx$SummaryData)
util_html_table(des_summary(study_data = prep_get_data_frame("study_data"),
meta_data = prep_get_data_frame("item_level"))$SummaryData)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.