Learn R Programming

MetaculR (version 0.4.1)

MetaculR_myPredictions_Resolved: Retrieve questions from Metaculus API (A wrapper for MetaculR_questions())

Description

Retrieve questions from Metaculus API (A wrapper for MetaculR_questions())

Usage

MetaculR_myPredictions_Resolved(
  api_domain = "www",
  order_by = "-resolve_time",
  status = "resolved",
  search = "",
  guessed_by = "",
  offset = 0,
  pages = 10
)

Arguments

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

Value

A list of questions that I've predicted, ordered by last prediction time, and resolved.

See Also

Other Question Retrieval functions: MetaculR_myPredictions(), MetaculR_questions()

Examples

Run this code
# NOT RUN {
questions_myPredictions_resolved <-
  MetaculR_myPredictions_Resolved(
    guessed_by = Metaculus_user_id)
# }

Run the code above in your browser using DataLab