Learn R Programming

wizaRdry (version 0.6.4)

dataRequest: Alias for 'clean' (DEPRECATED)

Description

This function is deprecated. Please use 'clean' instead. This is a legacy alias for the 'clean' function to maintain compatibility with older code.

Usage

dataRequest(...)

Value

Prints the time taken for the data request process.

Arguments

...

Strings, specifying the measures to process, which can be a Mongo collection, REDCap instrument, or Qualtrics survey.

Examples

Run this code
if (FALSE) {
# DEPRECATED - use clean() instead
prl <- dataRequest("prl")
}

Run the code above in your browser using DataLab