Returns NDM table catalogue equivalent given a standard old-format CANSIM table number

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

if (FALSE) {
cansim_old_to_new("026-0018")
}