design_report_creator: design_report_creator

Description Usage Arguments Details Value Note Author(s)

View source: R/reports.R

Description

Create a periodical or historical designed-summary or designed-grouped dataset or sparklines from a grouped dataset.

Usage

1
2
3
4
5
6
7
8
9
design_report_creator(
  df,
  year = NULL,
  select_month = NULL,
  select_semester = NULL,
  select_quarter = NULL,
  summary = c("SUMMARY", "NOT_SUMMARY"),
  sparklines = FALSE
)

Arguments

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

Details

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.

Value

"This function returns different results based on the arguments sparklines argument".

Note

Author(s)

Eduardo Trujillo


1Edtrujillo1/udeploy documentation built on July 13, 2021, 9:12 p.m.