MetaculR_markdown_table | R Documentation |
Easily translate R dataframes to Metaculus Markdown
MetaculR_markdown_table(df)
df |
A dataframe. |
A Markdown table.
## Not run: my_data <- data.frame(Year = c(2020,2021), Value = c(6, 7.2)) MetaculR_markdown_table(my_data) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.