cansim_old_to_new {cansim} | R Documentation |
Returns NDM table catalogue equivalent given a standard old-format CANSIM table number
cansim_old_to_new(oldCansimTableNumber)
oldCansimTableNumber |
deprecated style CANSIM table number (e.g. "427-0001") |
A character string with the new-format NDM table number
## Not run:
cansim_old_to_new("026-0018")
## End(Not run)