% Generated by roxygen2: do not edit by hand % Please edit documentation in R/ISOSurvey_Parser.R \name{ProccesISOSurveyRaw} \alias{ProccesISOSurveyRaw} \title{PRocess raw data parsed from excel file ISOSurvey27001} \usage{ ProccesISOSurveyRaw(dataset.raw, years) } \arguments{ \item{dataset.raw}{data.frame with raw data} \item{years}{list of years to include preceded with a X} } \value{ data.frame } \description{ PRocess raw data parsed from excel file ISOSurvey27001 } \examples{ Cert_PerSector <- ProccesISOSurveyRaw(Cert_PerSector, c("X2010", "X2011", "X2012", "X2013", "X2014", "X2015")) }