anki_to_supermemo: Export deck to SuperMemo Q&A format
Description
Export deck to SuperMemo Q&A format
Usage
anki_to_supermemo(deck, file = NULL, path = NULL, profile = NULL)
Value
Invisibly returns the number of cards exported
Arguments
- deck
Deck name or ID
- file
Output file path
- path
Path to collection.anki2 (auto-detected if NULL)
- profile
Profile name (first profile if NULL)
Examples
Run this codeif (FALSE) {
anki_to_supermemo("Medical")
}
Run the code above in your browser using DataLab