MetaculR_markdown_table {MetaculR} | R Documentation |
Easily translate R dataframes to Metaculus Markdown
Description
Easily translate R dataframes to Metaculus Markdown
Usage
MetaculR_markdown_table(df)
Arguments
df |
A dataframe. |
Value
A Markdown table.
Examples
## Not run:
my_data <- data.frame(Year = c(2020,2021), Value = c(6, 7.2))
MetaculR_markdown_table(my_data)
## End(Not run)
[Package MetaculR version 0.4.1 Index]