powered by
Retrieve questions from Metaculus API (A wrapper for MetaculR_questions())
MetaculR_myPredictions( 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
Default is "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 that I've predicted, ordered by last prediction time.
Other Question Retrieval functions: MetaculR_myPredictions_Resolved(), MetaculR_questions()
MetaculR_myPredictions_Resolved()
MetaculR_questions()
# NOT RUN { questions_myPredictions <- MetaculR_myPredictions( guessed_by = Metaculus_user_id) # }
Run the code above in your browser using DataLab