MetaculR_myPredictions {MetaculR} | R Documentation |
Retrieve questions from Metaculus API (A wrapper for MetaculR_questions())
Description
Retrieve questions from Metaculus API (A wrapper for MetaculR_questions())
Usage
MetaculR_myPredictions(
api_domain = "www",
order_by = "last_prediction_time",
status = "all",
search = "",
guessed_by = "",
offset = 0,
pages = 10
)
Arguments
api_domain |
Use "www" unless you have a custom Metaculus domain |
order_by |
Default is "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 |
Value
A list of questions that I've predicted, ordered by last prediction time.
See Also
Other Question Retrieval functions:
MetaculR_myPredictions_Resolved()
,
MetaculR_questions()
Examples
## Not run:
questions_myPredictions <-
MetaculR_myPredictions(
guessed_by = Metaculus_user_id)
## End(Not run)
[Package MetaculR version 0.4.1 Index]