summarize_data {saros} | R Documentation |
Summarize a survey dataset for use in tables and graphs
Description
Summarize a survey dataset for use in tables and graphs
Usage
summarize_data(
data,
...,
dep = colnames(data),
indep = NULL,
call = rlang::caller_env()
)
Arguments
data |
Survey data
A data frame (or a srvyr-object) with the columns specified in the chapter_overview 'dep_cat', etc columns. |
... |
Dynamic dots Arguments forwarded to the corresponding functions that create the elements. |
dep , indep |
Variable selections < Columns in |
call |
Internal call
Both the absolute and relative folderpaths are required, as strings. |
Value
Dataset
[Package saros version 1.0.4 Index]