powered by
Easily translate R dataframes to Metaculus Markdown
MetaculR_markdown_table(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) # }
Run the code above in your browser using DataLab