Description Usage Arguments Details Value Note Author(s)
Create a periodical or historical designed-summary or designed-grouped dataset or sparklines from a grouped dataset.
1 2 3 4 5 6 7 8 9 |
df |
dataset to obtain the report |
year |
year that we want to obtain the report |
select_month |
name of the month of the year that we want to obtain the report |
select_semester |
Number of the semester that we want to obtain the report 1:2 |
select_quarter |
Number of the quarter that we want to obtain the report 1:4 |
summary |
Type of report we want to obtain. |
sparklines |
Type of design we want for our report |
This function allows you to return a periodical or historical designed-summary or designed-grouped dataset or sparklines for a grouped dataset from the orignal dataframe.
"This function returns different results based on the arguments sparklines
argument".
If sparklines = TRUE
, then return sparklines of a grouped dataset.
If sparklines = FALSE
, then return the output of the function report_creator
with a design for each variable
Since we are using the defined function report_creator
the output is going to be the same, but now the report created will have design
If sparklines = TRUE
, then you need to select the option codesummary = "NOT_SUMMARY", since it is going to create the sparklines of the distribution of a grouped dataset obtained from the function report_creator
Eduardo Trujillo
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.