The goal of irwpkg
is to make it easy to access datasets from the Item Response Warehouse (IRW).
Installation
# Install the development version of irwpkg from GitHub
remotes::install_github("hansorlee/irwpkg")
Usage
After installation, load the irwpkg
in your R session:
IMPORTANT: Redivis Authentication
The IRW datasets are hosted on Redivis, a data management platform. To access these datasets, you’ll need to:
Have a Redivis account (create one at https://redivis.com/?createAccount if you don’t have one).
-
Complete a one-time authentication process using the Redivis R Client requiring a pop-up:
When you first use a function in
irwpkg
that connects to Redivis, a browser window will open, prompting you to sign in to your Redivis account.After signing in, allow access for the Redivis R Client by clicking Allow.
Once authentication is successful, close the browser window. You will see the message “Authentication was successful” in the R console.
Note: You only need to authenticate once per session. For detailed instructions, refer to the Redivis R Client documentation.
Feedback and Contributions
If you encounter issues or have suggestions for improving irwpkg
, please submit them on the GitHub Issues page. Contributions are welcome!