View source: R/read_write_quotes.R
| read_quotes_raw | R Documentation | 
There should be no reason for a person to call this function. This function parses 'data-raw/quotes_raw.txt'. The resulting dataframe is then saved to 'data/quotes.rda'. Although it would be possible to use this function to parse the quotes when loading the package, that would make it much slower to load the package.
read_quotes_raw(file = file.path(getwd(), "data-raw/quotes_raw.txt"))
file | 
 The file of raw quotes.  | 
Dataframe with quotes
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.