checkIfNamesInDataColumns {sms} | R Documentation |
Check the integrisy of the data Lexicon
checkIfNamesInDataColumns(names, incensus, insurvey)
names |
A vector with names to check if they exist as column names in the data (census and survey) |
incensus |
The census data |
insurvey |
The survey data |
anumber If both names are valid then it return '1' else if the names are not valid data column names, it returns '0'.
Dimitris Kavroudakis dimitris123@gmail.com