MetaculR_questions | R Documentation |
Retrieve questions from Metaculus API
MetaculR_questions( api_domain = "www", order_by = "last_prediction_time", status = "all", search = "", guessed_by = "", offset = 0, pages = 10 )
api_domain |
Use "www" unless you have a custom Metaculus domain |
order_by |
Choose "last_prediction_time", "-activity", "-votes", "-publish_time", "close_time", "resolve_time", "last_prediction_time" |
status |
Choose "all", "upcoming", "open", "closed", "resolved" |
search |
Search term(s) |
guessed_by |
Generally your Metaculus_user_id |
offset |
Question offset |
pages |
Number of pages to request |
A list of questions, ordered by last prediction time.
Other Question Retrieval functions:
MetaculR_myPredictions_Resolved()
,
MetaculR_myPredictions()
## Not run: questions_recent_open <- MetaculR_questions( order_by = "close_time", status = "open", guessed_by = "") ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.