rmd2tsv: Parse an 'r2anki'-RMarkdown-script to tsv (for import into...

Description Usage Arguments Author(s) References See Also Examples

View source: R/rmd2tsv.R

Description

The goal of rmd2tsv is to compile an r2nki-flashcard-Template. The output file is a tab-separed file. The name of the input-sourcefile should be uniqe across the collection, because the images in the Anki-cards will be named after the sourcefile and need to be unique within the Anki-database.

Usage

1
rmd2tsv(rmd_sourcefile, ...)

Arguments

...

Pass quiet = TRUE to rmarkdown::render() to suppress messages from pandoc comand line.

sourcefile

path to r2Anki-Template

Author(s)

Henning Bumann, h_b@posteo.de

References

https://en.wikipedia.org/wiki/Spaced_repetition

See Also

addin_r2anki_flashcard

Examples

1
## Define a Markdown-Template (read in from pkg-examples)

henningsway/r2anki documentation built on March 24, 2021, 6:34 a.m.