Displaying 1 result from an estimated 1 matches for "anitasdailyshowpag".
Did you mean:
anitasdailyshowpage
2010 Apr 15
0
Automating searching text for key words
...to sort through different text lists searching for specified words then
storing the results, at this point just the count. Heres what i have so
far:
#Load data frame of wed address to load ->Creates raw word data
#Create web addresses to where text data is located
WebAdds<-c("
http://anitasdailyshowpage.tripod.com/transcripts/2002bushisms.htm","http://anitasdailyshowpage.tripod.com/transcripts/2002wasntcorrspondent.htm")
#Create text data by accessing website and putting all text from page into a
list where each element
#is represents by a word
#Loop through and load text from...