forked from rOpenStats/COVID19analyticsBak2109
-
Notifications
You must be signed in to change notification settings - Fork 0
/
ReportGenerator.Rd
124 lines (113 loc) · 4.4 KB
/
ReportGenerator.Rd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/report-lib.R
\name{ReportGenerator}
\alias{ReportGenerator}
\title{ReportGenerator}
\description{
ReportGenerator
ReportGenerator
}
\section{Methods}{
\subsection{Public methods}{
\itemize{
\item \href{#method-new}{\code{ReportGenerator$new()}}
\item \href{#method-preprocess}{\code{ReportGenerator$preprocess()}}
\item \href{#method-generateReport}{\code{ReportGenerator$generateReport()}}
\item \href{#method-ggplotTopCountriesPie}{\code{ReportGenerator$ggplotTopCountriesPie()}}
\item \href{#method-ggplotTopCountriesBarPlots}{\code{ReportGenerator$ggplotTopCountriesBarPlots()}}
\item \href{#method-ggplotCountriesBarGraphs}{\code{ReportGenerator$ggplotCountriesBarGraphs()}}
\item \href{#method-ggplotConfirmedCases}{\code{ReportGenerator$ggplotConfirmedCases()}}
\item \href{#method-generateTex}{\code{ReportGenerator$generateTex()}}
\item \href{#method-getXLabelsTheme}{\code{ReportGenerator$getXLabelsTheme()}}
\item \href{#method-clone}{\code{ReportGenerator$clone()}}
}
}
\if{html}{\out{<hr>}}
\if{html}{\out{<a id="method-new"></a>}}
\if{latex}{\out{\hypertarget{method-new}{}}}
\subsection{Method \code{new()}}{
\subsection{Usage}{
\if{html}{\out{<div class="r">}}\preformatted{ReportGenerator$new(data.processor)}\if{html}{\out{</div>}}
}
}
\if{html}{\out{<hr>}}
\if{html}{\out{<a id="method-preprocess"></a>}}
\if{latex}{\out{\hypertarget{method-preprocess}{}}}
\subsection{Method \code{preprocess()}}{
\subsection{Usage}{
\if{html}{\out{<div class="r">}}\preformatted{ReportGenerator$preprocess()}\if{html}{\out{</div>}}
}
}
\if{html}{\out{<hr>}}
\if{html}{\out{<a id="method-generateReport"></a>}}
\if{latex}{\out{\hypertarget{method-generateReport}{}}}
\subsection{Method \code{generateReport()}}{
\subsection{Usage}{
\if{html}{\out{<div class="r">}}\preformatted{ReportGenerator$generateReport(output.file, overwrite = FALSE)}\if{html}{\out{</div>}}
}
}
\if{html}{\out{<hr>}}
\if{html}{\out{<a id="method-ggplotTopCountriesPie"></a>}}
\if{latex}{\out{\hypertarget{method-ggplotTopCountriesPie}{}}}
\subsection{Method \code{ggplotTopCountriesPie()}}{
\subsection{Usage}{
\if{html}{\out{<div class="r">}}\preformatted{ReportGenerator$ggplotTopCountriesPie(excluded.countries = "World")}\if{html}{\out{</div>}}
}
}
\if{html}{\out{<hr>}}
\if{html}{\out{<a id="method-ggplotTopCountriesBarPlots"></a>}}
\if{latex}{\out{\hypertarget{method-ggplotTopCountriesBarPlots}{}}}
\subsection{Method \code{ggplotTopCountriesBarPlots()}}{
\subsection{Usage}{
\if{html}{\out{<div class="r">}}\preformatted{ReportGenerator$ggplotTopCountriesBarPlots(excluded.countries = "World")}\if{html}{\out{</div>}}
}
}
\if{html}{\out{<hr>}}
\if{html}{\out{<a id="method-ggplotCountriesBarGraphs"></a>}}
\if{latex}{\out{\hypertarget{method-ggplotCountriesBarGraphs}{}}}
\subsection{Method \code{ggplotCountriesBarGraphs()}}{
\subsection{Usage}{
\if{html}{\out{<div class="r">}}\preformatted{ReportGenerator$ggplotCountriesBarGraphs(selected.country = "Australia")}\if{html}{\out{</div>}}
}
}
\if{html}{\out{<hr>}}
\if{html}{\out{<a id="method-ggplotConfirmedCases"></a>}}
\if{latex}{\out{\hypertarget{method-ggplotConfirmedCases}{}}}
\subsection{Method \code{ggplotConfirmedCases()}}{
\subsection{Usage}{
\if{html}{\out{<div class="r">}}\preformatted{ReportGenerator$ggplotConfirmedCases()}\if{html}{\out{</div>}}
}
}
\if{html}{\out{<hr>}}
\if{html}{\out{<a id="method-generateTex"></a>}}
\if{latex}{\out{\hypertarget{method-generateTex}{}}}
\subsection{Method \code{generateTex()}}{
\subsection{Usage}{
\if{html}{\out{<div class="r">}}\preformatted{ReportGenerator$generateTex(output.file)}\if{html}{\out{</div>}}
}
}
\if{html}{\out{<hr>}}
\if{html}{\out{<a id="method-getXLabelsTheme"></a>}}
\if{latex}{\out{\hypertarget{method-getXLabelsTheme}{}}}
\subsection{Method \code{getXLabelsTheme()}}{
\subsection{Usage}{
\if{html}{\out{<div class="r">}}\preformatted{ReportGenerator$getXLabelsTheme(ggplot, x.values)}\if{html}{\out{</div>}}
}
}
\if{html}{\out{<hr>}}
\if{html}{\out{<a id="method-clone"></a>}}
\if{latex}{\out{\hypertarget{method-clone}{}}}
\subsection{Method \code{clone()}}{
The objects of this class are cloneable with this method.
\subsection{Usage}{
\if{html}{\out{<div class="r">}}\preformatted{ReportGenerator$clone(deep = FALSE)}\if{html}{\out{</div>}}
}
\subsection{Arguments}{
\if{html}{\out{<div class="arguments">}}
\describe{
\item{\code{deep}}{Whether to make a deep clone.}
}
\if{html}{\out{</div>}}
}
}
}