# NOT RUN {
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)
# }
# NOT RUN {
# }
Run the code above in your browser using DataLab