data_chart: Data processing for charts

Description Usage Arguments Value Examples

View source: R/data_chart.R

Description

This function prepares the dataset with some filterings, groupings and summarizings to be used into plotting codes of the application.

Usage

1
data_chart(dataset = covidData, group_byparameter)

Arguments

dataset

This is the dataset to be processed

group_byparameter

This is the column of the dataset to be used inside of groupby() function together with the column "Date"

Value

The dataset processed to be used to plot the chart

Examples

1
data_chart(dataset=covidData, group_byparameter="location")

etc5523-2020/r-package-assessment-prigrecov documentation built on Jan. 1, 2021, 1:12 a.m.