Description Usage Arguments Value Examples
View source: R/write_descriptives.R
Make descriptives of a list of numeric variables, and write it in excel all descriptives in a single table
1 2 3 4 5 6 | write_descriptives(
x,
...,
folder_name = getwd(),
name = "descriptives_of_variables.xlsx"
)
|
x |
a tbl() that contains the variables of interest, keyed by ID variable |
... |
list of variables names that would appear in output |
folder_name |
where would the output file will be saved (project's home by default). |
descriptives tbl
1 2 3 4 5 6 7 8 9 10 11 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.