cansim_old_to_new {cansim} | R Documentation |
Translate deprecated CANSIM table number into new NDM-format table catalogue number
Description
Returns NDM table catalogue equivalent given a standard old-format CANSIM table number
Usage
cansim_old_to_new(oldCansimTableNumber)
Arguments
oldCansimTableNumber |
deprecated style CANSIM table number (e.g. "427-0001") |
Value
A character string with the new-format NDM table number
Examples
## Not run:
cansim_old_to_new("026-0018")
## End(Not run)
[Package cansim version 0.3.16 Index]