mergeCANSIM: mergeCANSIM

Description Usage Arguments Value Examples

View source: R/mergeCANSIM.r

Description

Extracts more than one CANSIM table and produces a merged table (by ID and period).

Usage

1
mergeCANSIM(cansimTableVector, keepUnmatched = FALSE, showLabels = TRUE, lang = 'eng')

Arguments

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.

Value

data frame containing CANSIM tables.

Examples

1
mergeCANSIM( c(23100067, 23100238) )

MarcoLugo/CANSIM2R documentation built on May 28, 2019, 1:47 p.m.