powered by
Export to Anki-importable format
anki_export_importable(data, file, tags = NULL)
Invisibly returns number of cards
Data frame with front and back columns
Output file path
Optional tags
if (FALSE) { cards <- data.frame(front = c("Q1", "Q2"), back = c("A1", "A2")) anki_export_importable(cards, "new_cards.txt") }
Run the code above in your browser using DataLab