Learn R Programming

diffrprojectswidget (version 0.1.5)

dp_prepare_data_vis: function for preparing data for tabulation

Description

function for preparing data for tabulation

Usage

dp_prepare_data_vis(dp, link = NULL, align_var = TRUE, text_var = TRUE, aggregate_function = NULL, minimize = FALSE, ...)

Arguments

dp
an object of type diffrproject
link
which link to produce table for
align_var
either a character vector of variable names or TRUE for all
text_var
either a character vector of variable names or TRUE for all
aggregate_function
a function able to resolve conflicts if for a specific variable for a token of text severla values exist, if NULL it defaults to modus() but could also be e.g. paste or something alike
minimize
make data small and comlicated
...
further arguments passed through to aggregate_function