filter_data: Filters Data by Domain and Scale

View source: R/wrangle_data.R

filter_dataR Documentation

Filters Data by Domain and Scale

Description

This function filters a dataframe by domain and scale.

Usage

filter_data(data, domains = NULL, scales = NULL)

Arguments

data

A dataframe or tibble

domains

Character vector of domain names to filter by

scales

Character vector of scale names to filter by

Value

Returns a filtered data frame


jtrampush/npsych.data documentation built on June 12, 2025, 2:20 p.m.