toRMarkdown | R Documentation |
Conversion to R Markdown.
toRMarkdown(txt)
txt |
character: vector with lines of Moodle Markdown |
Lines with RMarkdown
txt <- c("[image]\n",
"Ein Paar hat 8 gute Bekannte, von denen die beiden 5 zum Essen einladen möchten.",
"Wie viele verschiedene Reihenfolgen des Eintreffens der eingeladenen 5 Gäste gibt es?\n",
": 56",
"; 120",
"; 336",
"; 2002",
"; 6720",
"; 32768",
"; 40320",
"; Keine Antwort ist richtig")
toRMarkdown(txt)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.