Blame view

ISO27001effectiveness/man/ProccesISOSurveyByCountryRaw.Rd 804 Bytes
Miguel Tuñón authored
1
2
3
4
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/ISOSurvey_Parser.R
\name{ProccesISOSurveyByCountryRaw}
\alias{ProccesISOSurveyByCountryRaw}
Miguel Tuñón authored
5
\title{Join data from ISOSurvey with 2 letter code countries plus process raw.data}
Miguel Tuñón authored
6
7
8
9
10
11
12
13
14
15
16
17
\usage{
ProccesISOSurveyByCountryRaw(dataset.raw, years)
}
\arguments{
\item{dataset.raw}{raw data from ISO Survey excel file}

\item{years}{List of years to return, c("X2006", "X2010", ...)}
}
\value{
data.frame
}
\description{
Miguel Tuñón authored
18
Join data from ISOSurvey with 2 letter code countries plus process raw.data
Miguel Tuñón authored
19
20
21
22
23
24
25
}
\examples{

Cert_PerCountry <- ProccesISOSurveyRaw(Cert_PerCountry, c("X2010", "X2011", "X2012", "X2013", "X2014", "X2015"))
Sites_PerCountry <- ProccesISOSurveyRaw(Sites_PerCountry, c("X2010", "X2011", "X2012", "X2013", "X2014", "X2015"))
}