search for: searchwords_

Displaying 1 result from an estimated 1 matches for "searchwords_".

Did you mean: searchwords
2010 Apr 15
0
Automating searching text for key words
...lt;-as.character(Select.WebAdd) #Remove blanks from address to it can be read Select.WebAdd<-sub("[[:blank:]]", "", Select.WebAdd) WordData_[[i]]<- scan(url(Select.WebAdd), what = "character") } #Define words to look for SearchWords_ <-c("Bush","actor") #Create lists to store retunred values WordDataResults_<-list() AllWordDataResults_<-list() WordDataResults_<-list() for(i in 1:length(WordData_)){ for(j in 1:length(SearchWords_)){ #Loop through all transcripts searching for each...