powered by
Retrieve questions from Metaculus API
MetaculR_questions( api_domain = "www", order_by = "last_prediction_time", status = "all", search = "", guessed_by = "", offset = 0, pages = 10 )
Use "www" unless you have a custom Metaculus domain
Choose "last_prediction_time", "-activity", "-votes", "-publish_time", "close_time", "resolve_time", "last_prediction_time"
Choose "all", "upcoming", "open", "closed", "resolved"
Search term(s)
Generally your Metaculus_user_id
Question offset
Number of pages to request
A list of questions, ordered by last prediction time.
Other Question Retrieval functions: MetaculR_myPredictions_Resolved(), MetaculR_myPredictions()
MetaculR_myPredictions_Resolved()
MetaculR_myPredictions()
# NOT RUN { questions_recent_open <- MetaculR_questions( order_by = "close_time", status = "open", guessed_by = "") # }
Run the code above in your browser using DataLab