Try Item Response Warehouse

Author

Jihong Zhang

Resource

  1. The official website of IRW data

Installation

devtools::install_github("redivis/redivis-r", ref="main")

Use redvis to authorize the API

file.edit("~/.Renviron")
REDIVIS_API_TOKEN=[Placeholder for API token]
# Install the development version of irwpkg from GitHub
devtools::install_github("hansorlee/irwpkg")

First Use

library(irwpkg)
df <- irw_fetch("4thgrade_math_sirt")
df
Back to top