powered by
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 )
Use "www" unless you have a custom Metaculus domain
Default is "-resolve_time"
Default is "resolved"
Search term(s)
Generally your Metaculus_user_id
Question offset
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()
MetaculR_myPredictions()
MetaculR_questions()
# NOT RUN { questions_myPredictions_resolved <- MetaculR_myPredictions_Resolved( guessed_by = Metaculus_user_id) # }
Run the code above in your browser using DataLab