Skip to content
/ ankiR Public

❗ This is a read-only mirror of the CRAN R package repository. ankiR — Read 'Anki' Flashcard Databases. Homepage: https://github.com/chrislongros/ankiR Report bugs for this package: https://github.com/chrislongros/ankiR/issues

License

Notifications You must be signed in to change notification settings

cran/ankiR

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ankiR

R-CMD-check

R package for reading Anki flashcard databases with FSRS parameter support.

Installation

# From GitHub
remotes::install_github("chrislongros/ankiR")

# Arch Linux (AUR)
# yay -S r-ankir

Usage

library(ankiR)

# Read collection
col <- anki_read("collection.anki2")

# Get cards, decks, reviews
cards <- anki_cards(col)
decks <- anki_decks(col)
reviews <- anki_reviews(col)

# Extract FSRS parameters
fsrs_params <- anki_fsrs_params(col)

License

MIT © 2026

About

❗ This is a read-only mirror of the CRAN R package repository. ankiR — Read 'Anki' Flashcard Databases. Homepage: https://github.com/chrislongros/ankiR Report bugs for this package: https://github.com/chrislongros/ankiR/issues

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages