# NOT RUN {
# Make a dictionary
example.dictionary <- append.dictionary(c("words","are","fun"), save.location = "envir")
# Dictionary can now be found
find.dictionaries("example")
# }
# NOT RUN {
# No appendix dictionaries found
find.dictionaries()
# For your computer's timing to complete search
t0 <- Sys.time()
find.dictionaries()
Sys.time() - t0
# }
# NOT RUN {
# }
Run the code above in your browser using DataLab