readChar2 | R Documentation |
readChar()
Wrapper around readChar()
readChar2(con)
con |
A connection object, or a character string naming a file, or a raw vector.
Same as in |
Andreas Scharmueller, andschar@proton.me
tmp = tempfile()
writeLines('Hello\nDarkness\nFriend', tmp)
readChar2(tmp)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.