powered by
Exports cards from a deck to a CSV file with note content.
anki_to_csv( deck, file = NULL, path = NULL, profile = NULL, include_html = FALSE )
Invisibly returns the exported data
Deck name or ID (partial match supported)
Output file path (default: deck name + .csv)
Path to collection.anki2 (auto-detected if NULL)
Profile name (first profile if NULL)
If FALSE, strip HTML tags from fields
if (FALSE) { anki_to_csv("Default") anki_to_csv("Medical", file = "medical_cards.csv") }
Run the code above in your browser using DataLab