Description Usage Arguments Value Examples
This function prepares the dataset with some filterings, groupings and summarizings to be used into plotting codes of the application.
1 | data_chart(dataset = covidData, group_byparameter)
|
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" |
The dataset processed to be used to plot the chart
1 | data_chart(dataset=covidData, group_byparameter="location")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.