devtools::install_github("redivis/redivis-r", ref="main")Resource
- The official website of IRW data
Installation
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
