if (FALSE) {
path = system.file(package="ngram")
### Read all files in the base path
multiread(path, extension="*")
### Read all .r/.R files recursively (warning: lots of text)
multiread(path, extension="r", recursive=TRUE, ignore.case=TRUE)
}
Run the code above in your browser using DataLab