Description Usage Arguments Value Examples
View source: R/read_text_file.R
This function lets you scrape the timeline of any twitter user. You MUST run the setup function before using this function in order for it to work.
1 | read_text_file(text_file, delimiter = "\n")
|
text_file |
String. Path to the text file you want to read in |
delimiter |
String. String that dictates what is a new line |
Returns a properly-formatted list that you can run make_sentence on
1 | read_text_file(paste0( "~/trump.txt"))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.