Learn R Programming

wizaRdry (version 0.6.4)

getTask: Alias for 'mongo' (DEPRECATED)

Description

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

Usage

getTask(...)

Value

A data frame containing the MongoDB data with superkeys first

Arguments

...

Optional column names to filter for. Only rows with non-missing values in ALL specified columns will be returned. This is useful for filtering data to only include complete cases for specific variables of interest.

Examples

Run this code
if (FALSE) {
# DEPRECATED - use mongo() instead
survey_data <- getTask("task_alias")
}

Run the code above in your browser using DataLab