powered by
Open an Anki collection
anki_collection(path = NULL, profile = NULL)
An anki_collection object with methods: notes(), cards(), revlog(), tables(), close()
Path to collection.anki2 (auto-detected if NULL)
Profile name (first profile if NULL)
if (FALSE) { col <- anki_collection() col$notes() col$close() }
Run the code above in your browser using DataLab