GetContinentCertsEvolution.Rd
610 Bytes
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/ReportGraphs.R
\name{GetContinentCertsEvolution}
\alias{GetContinentCertsEvolution}
\title{Return graph to show the evolution of certifications in a continent list}
\usage{
GetContinentCertsEvolution(Cert_PerCountry, ContinentList)
}
\arguments{
\item{Cert_PerCountry}{data.frame with procesed source data}
\item{ContinentList}{List with continents to show}
}
\value{
list(graph, data.frame with ContinentList certifications data by year)
}
\description{
Return graph to show the evolution of certifications in a continent list
}