Skip to contents

Despite the predominant use of R for data manipulation and various robust statistical calculations, in recent years, more people from various disciplines are beginning to use R for other purposes. A critical milestone that has enabled large influx of users into the R community is the development of the Tidyverse family of packages and Rmarkdown. With the latter, one can write all kinds of documents and produce output in formats such html and PDF very easily. In the hopes of doing this seamlessly, further tools are needed for such users to easily and freely write in R for all kinds of purposes. The r2dictionary introduces a means for users to directly search for definitions of terms within the R environment. While I was vacating in Boston, I thought of something to do since covid19 had kept me at home with no option of playing soccer. My way out was R since I could easily finish an app and have it published on CRAN within days. So I began thinking, something that will be cool for people to lookup words easily and include in Rmarkdown files was a dictionary. So, I just spent my weekend writing this package. Hope you like it.

A short tutorial video

Tutorial for using mini-dictionary

Installation and use


# install
install.packages("r2dictionary")

# load
library("r2dictionary")

# use
define("drive")

Other download sources