File prefix for JSON files where tweets has been stored after harvesting. If tweets have been retrieved with the tweet2r function it should be the same fileprefix name.
path
A character vector to folder. see ?list.files()
pattern
Limits possible file extensions, optional as regular expression. see ?list.files()
# NOT RUN {# }# NOT RUN {#json file prefix names fileprefix="tweets"#function to parse tweets from JSON file and import to R tweets<-t2DataFrame(fileprefix)
# }