powered by
Confused about whether a number should be written out ("five") or use numerals ("5")? Use this function! Most useful for R Markdown in-text writing.
apa_words(x, ordinal = FALSE)
A character string
The number to be printed
Do you want the ordinal numbering (e.g., 1st, 6th, etc.)
apa_words(5) apa_words(16) apa_words(6, ordinal = TRUE)
Run the code above in your browser using DataLab