gg_covid_line: gg_covid_line functions creates a graphs that shows us the...

Description Usage Arguments

View source: R/server_gg_functions.R

Description

gg_covid_line function helps us for the creation of line graphs of the covid confirmed, recovered and death cases for covid_data ggplot2 and geom_line, are the dependencies of this functions, we has also set a theme for the graphs which allows the uniformity, throughout our app. We further add this function in the ggplotly function to enhances the user interactivity of our graph.

Usage

1
gg_covid_line(covid_data, input)

Arguments

covid_data

is the required argument of this function, to help the function recognize the data and further work on it as per the function

input

allows the user to read the data for filtering/matching as per the function in order to produce the graph


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