Description Usage Arguments Details Value Note Author(s)
Create a summary and a grouped dataset from the orignal dataframe.
1 | report_NumInVar(day, df, date_variable, num_int_var, factor_variable)
|
day |
vector of filter dates on the |
df |
dataset to obtain the report |
date_variable |
string that represent variable´s name of data type date |
num_int_var |
string that represent variable´s name of data type numeric or integer |
factor_variable |
string that represent variable´s name of data type factor |
This function allows you to obtain a summary and a grouped dataset from the orignal dataframe
This function return a list with two datasets selecting only specific day
´s from the date_variable
, where is going to be a summary of all the numeric and integer variables and other containing a grouped dataset
If the day
is all the observations from date_variable
, this means that we are creating historical summary and historical grouped dataset.
The variables created on the summary are N:= number of observations per group, SUM:= total of observations per group, PERCENT:= participation percentage of each group from each numeric and integer variable
Eduardo Trujillo
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.