clean                   Generate clean data frames from cleaning
                        scripts created in the ./clean directory
createCsv               Alias for 'to.csv'
createRds               Alias for 'to.rds'
createSpss              Alias for 'to.sav'
dataFilter              Alias for 'sift'
dataMerge               Alias for 'meld'
dataRequest             Alias for 'clean'
getRedcap               Alias for 'redcap'
getSurvey               Alias for 'qualtrics'
getTask                 Alias for 'mongo'
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
mongo.index             Display table of available MongoDB collections
mongo.rune              Parse composite MongoDB collection into
                        component data frames by variable prefix
nda                     Generate validated NDA submission templates
                        created in the ./nda directory
ndaRequest              Alias for 'nda'
qualtrics               Retrieve Survey Data from Qualtrics
qualtrics.dict          Fetch Qualtrics survey metadata to be stored in
                        data frame
qualtrics.index         Display table of available Qualtrics surveys
qualtrics.rune          Parse composite Qualtrics survey into component
                        data frames by variable prefix
redcap                  Fetch data from REDCap to be stored in a data
                        frame
redcap.dict             Fetch REDCap data dictionary to be stored in
                        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
rune                    Parse composite data frame into component data
                        frames by variable prefix
scry                    Initialize the wizaRdry directory structure
                        inside an R project
sift                    Filter data frame by superkey parameters, rows,
                        and columns
to.csv                  Create .csv file from a data frame
to.nda                  Create NDA Submission Template
to.rds                  Create .rds file from a data frame
to.sav                  Create .sav SPSS file from a data frame
