# NOT RUN {
head(abbreviations("english"))
head(abbreviations("french"))
abbreviations(NULL)
# multiple kinds:
head(abbreviations(c("italian", "portuguese")))
# add words to the default list:
my_abbrev <- c(abbreviations("english"), "Mon.", "Tues.", "Weds.")
# }
Run the code above in your browser using DataLab