Learn R Programming

⚠️There's a newer version (0.2.6) of this package.Take me there.

wizaRdry (version 0.2.0)

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')

Monthly Downloads

238

Version

0.2.0

License

MIT + file LICENSE

Issues

Pull Requests

Stars

Forks

Maintainer

Joshua G. Kenney

Last Published

April 25th, 2025

Functions in wizaRdry (0.2.0)

mongo.rune

Parse composite MongoDB collection into component data frames by variable prefix
mongo.index

Display table of available MongoDB collections
getTask

Alias for 'mongo'
nda

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

Alias for 'qualtrics'
to.csv

Create .csv file from a data frame
redcap

Fetch data from REDCap to be stored in a data frame
sift

Filter data frame by superkey parameters, rows, and columns
scry

Initialize the wizaRdry directory structure inside an R project
to.rds

Create .rds file from a data frame
to.sav

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

wizaRdry: A Magical Framework for Collaborative & Reproducible Data Analysis
redcap.index

Display table of available REDCap instruments and their labels
rune

Parse composite data frame into component data frames by variable prefix
to.nda

Create NDA Submission Template
redcap.dict

Fetch REDCap data dictionary to be stored in data frame
qualtrics.rune

Parse composite Qualtrics survey into component data frames by variable prefix
qualtrics.index

Display table of available Qualtrics surveys
qualtrics.dict

Fetch Qualtrics survey metadata to be stored in data frame
dataMerge

Alias for 'meld'
dataFilter

Alias for 'sift'
display_tree

Display a file tree structure similar to the Unix tree command
clean

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

Alias for 'to.sav'
createCsv

Alias for 'to.csv'
assign_secret

Assign a Secret Value
dataRequest

Alias for 'clean'
createRds

Alias for 'to.rds'
getRedcap

Alias for 'redcap'
meld

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

Retrieve Survey Data from Qualtrics
ndaRequest

Alias for 'nda'
mongo

Fetch data from MongoDB to be stored in a data frame