| tw_table | R Documentation |
Convert data.frame into table of TiddlyWiki
tw_table(df, collapse = "\n")
df |
data.frame object |
collapse |
an optional character string to separate the results. |
character string for table in TiddlyWiki
cars |>
dplyr::slice(1:10) |>
tw_table()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.