Use these functions to turn a number into a string of Unicode digits from
another numeral system.
numr_replace() takes character vectors and uses string replacement.
numr_substitute() takes a numeric vector.
Details
numr_substitute() is vectorised over x and system, which are
recycled to their common length.
numr_replace() is vectorised over x.