powered by
Exports cards to Emacs Org-mode flashcard format (org-drill compatible).
anki_to_org( deck, file = NULL, path = NULL, profile = NULL, include_scheduling = FALSE )
Invisibly returns the number of cards exported
Deck name or ID
Output file path (default: deck name + .org)
Path to collection.anki2 (auto-detected if NULL)
Profile name (first profile if NULL)
If TRUE, include scheduling data as properties
if (FALSE) { anki_to_org("Medical") anki_to_org("Vocabulary", file = "vocab.org") }
Run the code above in your browser using DataLab