powered by
Converts a given number to the nearest ordinal value.
ordinal(x)
a numeric scalar.
a character string denoting the nearest ordinal value.
properCase.
properCase
# NOT RUN { ordinal(1) ordinal(2) ordinal(3) ordinal(pi) ordinal(123) ordinal(124) ordinal(1000) # }
Run the code above in your browser using DataLab