MetaculR_myPredictions_Resolved | R Documentation |
Retrieve questions from Metaculus API (A wrapper for MetaculR_questions())
MetaculR_myPredictions_Resolved( api_domain = "www", order_by = "-resolve_time", status = "resolved", search = "", guessed_by = "", offset = 0, pages = 10 )
api_domain |
Use "www" unless you have a custom Metaculus domain |
order_by |
Default is "-resolve_time" |
status |
Default is "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 that I've predicted, ordered by last prediction time, and resolved.
Other Question Retrieval functions:
MetaculR_myPredictions()
,
MetaculR_questions()
## Not run: questions_myPredictions_resolved <- MetaculR_myPredictions_Resolved( guessed_by = Metaculus_user_id) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.