as_tibble_md | R Documentation |
trans a table in markdown format into tibble
as_tibble_md(x)
x |
character string |
tibble
x <- "
col1 | col2 | col3 |
| ---- | ---- | ---- |
| v1 | v2 | v3 |
| r1 | r2 | r3 |
"
as_tibble_md(x)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.