readTitles | R Documentation |
read and edit titles to remove blank lines and white space
readTitles(titles)
titles |
is a character string containing the full path name for a text file containing the titles of the stories in the same order that thney appear in the texts file |
a character vector of titles
titles<-system.file("extdata/contents3.txt",package="SherlockHolmes")
rt<-readTitles(titles)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.