Search notes:

R function: toString

#
#   S.a. ../examples/printing_characters.R
#

toString(42)
# [1] "42"


toString(1:100, width=40)
# [1] "1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 1...."
Github repository about-r, path: /functions/toString.R

See also

Index to (some) R functions

Index