mergeCANSIM {CANSIM2R} | R Documentation |
Extracts more than one CANSIM table and produces a merged table (by ID and period).
mergeCANSIM(cansimTableVector, keepUnmatched = FALSE, showLabels = TRUE, lang = 'eng')
cansimTableVector |
- vector containing all the CANSIM tables to extract and merge. |
keepUnmatched |
- if true, keeps all values, even if no match was found. FALSE by default. |
showLabels |
- show the Statistics Canada labels after finishing extracting and converting the table, TRUE by default. |
lang |
- language for data labels ('eng' for English or 'fra' for French), 'eng' by default. |
data frame containing CANSIM tables.
mergeCANSIM( c(23100067, 23100238) )