Learn R Programming

ankiR (version 0.6.0)

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 code
if (FALSE) {
anki_to_supermemo("Medical")
}

Run the code above in your browser using DataLab