Learn R Programming

wizaRdry (version 0.2.6)

A Magical Framework for Collaborative & Reproducible Data Analysis

Description

A comprehensive data analysis framework for NIH-funded research that streamlines workflows for both data cleaning and preparing NIH Data Archive ('NDA') submission templates. Provides unified access to multiple data sources ('REDCap', 'MongoDB', 'Qualtrics') through interfaces to their APIs, with specialized functions for data cleaning, filtering, merging, and parsing. Features automatic validation, field harmonization, and memory-aware processing to enhance reproducibility in multi-site collaborative research as described in Mittal et al. (2021) .

Copy Link

Version

Install

install.packages('wizaRdry')

Version

0.2.6

License

MIT + file LICENSE

Issues

Pull Requests

Stars

Forks

Maintainer

Joshua G. Kenney

Last Published

June 18th, 2025

Functions in wizaRdry (0.2.6)

qualtrics.dict

Fetch Qualtrics survey metadata to be stored in data frame
rune

Parse composite data frame into component data frames by variable prefix
getSurvey

Alias for 'qualtrics'
getTask

Alias for 'mongo'
scry

Initialize the wizaRdry directory structure inside an R project
meld

Merge two or more data frames magically according to their candidate key
mongo

Fetch data from MongoDB to be stored in a data frame
qualtrics.index

Display table of available Qualtrics surveys
qualtrics.rune

Parse composite Qualtrics survey into component data frames by variable prefix
to.sav

Create .sav SPSS file from a data frame
wizaRdry-package

wizaRdry: A Magical Framework for Collaborative & Reproducible Data Analysis
sift

Filter data frame by superkey parameters, rows, and columns
to.csv

Create .csv file from a data frame
redcap.index

Display table of available REDCap instruments and their labels
redcap.rune

Parse composite REDCap instrument into component data frames by variable prefix
ndaRequest

Alias for 'nda'
redcap

Fetch data from REDCap to be stored in a data frame
redcap.dict

Fetch REDCap data dictionary to be stored in data frame
to.nda

Create NDA Submission Template
to.rds

Create .rds file from a data frame
getRedcap

Alias for 'redcap'
clean

Generate clean data frames from cleaning scripts created in the ./clean directory
dataRequest

Alias for 'clean'
assign_secret

Assign a Secret Value
createRds

Alias for 'to.rds'
dataFilter

Alias for 'sift'
createSpss

Alias for 'to.sav'
dataMerge

Alias for 'meld'
createCsv

Alias for 'to.csv'
qualtrics

Retrieve Survey Data from Qualtrics
nda

Generate validated NDA submission templates created in the ./nda directory
display_tree

Display a file tree structure similar to the Unix tree command
mongo.index

Display table of available MongoDB collections
mongo.rune

Parse composite MongoDB collection into component data frames by variable prefix