Blame view

ISO27001effectiveness/man/GetReportGraphs.Rd 493 Bytes
Miguel Tuñón authored
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/ReportGraphs.R
\name{GetReportGraphs}
\alias{GetReportGraphs}
\title{Return every graph used in the report file}
\usage{
GetReportGraphs(Cert_PerCountry, Attacks)
}
\arguments{
\item{Cert_PerCountry}{data.frame with the processed data of ISO 27001 certifications}

\item{Attacks}{data.frame with the processed data of cyberattacks}
}
\value{
data.frame
}
\description{
Return every graph used in the report file
}