dataRequest {wizaRdry} | R Documentation |
Alias for 'clean'
Description
This is a legacy alias for the 'clean' function to maintain compatibility with older code.
Usage
dataRequest(..., csv = FALSE, rdata = FALSE, spss = FALSE, skip_prompt = TRUE)
Arguments
... |
Strings, specifying the measures to process, which can be a Mongo collection, REDCap instrument, or Qualtrics survey. |
csv |
Optional; Boolean, if TRUE creates a .csv extract in ./tmp. |
rdata |
Optional; Boolean, if TRUE creates an .rdata extract in ./tmp. |
spss |
Optional; Boolean, if TRUE creates a .sav extract in ./tmp. |
skip_prompt |
Logical. If TRUE (default), skips confirmation prompts. If FALSE, prompts for confirmation unless the user has previously chosen to remember their preference. |
Value
Prints the time taken for the data request process.
Examples
## Not run:
prl <- clean("prl")
## End(Not run)
[Package wizaRdry version 0.2.6 Index]