View source: R/sfclassic_general.R
file2strng | R Documentation |
Read the content of a stanford classic text file and return the content as a text string
file2strng(filename)
filename |
Is the name of the stanford classic text file to read |
a string
tmp <- tempfile()
x <- "stanford classic is fun"
readr::write_file(x, tmp)
file2strng(tmp)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.