The goal of ankify is to generate anki decks from R packages. This is to assist in learning R functions using spaced repitition. For more information on Anki visit the Anki Website. For more on using spaced repitition to learn programming see this Michael Nielson article.
You can install the released version of ankify from CRAN with:
install.packages("devtools")
devtools::install_github("GShotwell/ankify")
The package contains a few functions to parse a package's documentation into a dataframe. This is useful for creating a dataframe of documentation entries which you can then immport into anki.
df <- generate_anki_df(purrr)
# You can also write the csv in one step with `write_anki_df`
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.