The goal of MetaculR is to enable Metaculus users to easily login, download, and analyze questions predicted by you and/or the Metaculus community. See vignettes, changelogs, and other documentation at https://ntrlshrp.gitlab.io/metaculr/.
You can install the released version of MetaculR from CRAN with:
install.packages("MetaculR")
You can install the development version with:
remotes::install_gitlab("ntrlshrp/metaculr")
questions_recent_open <-
MetaculR_questions(order_by = "close_time",
status = "open",
guessed_by = MetaculR_response_login$Metaculus_user_id)
MetaculR_review(questions_recent_open,
MetaculR_response_login$csrftoken)