Code
as.character(display(mdat))
Output
[1] "| | C.1| C.2| C.3|" "|:----|---:|---:|---:|" "|row1 | 1| 2| 3|"
[4] "|row2 | 11| 12| 13|"
Code
as.character(print_md(mdat))
Output
[1] "| | C.1| C.2| C.3|" "|:----|---:|---:|---:|" "|row1 | 1| 2| 3|"
[4] "|row2 | 11| 12| 13|"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.