get_dataset: getDataset

View source: R/get_dataset.R

get_datasetR Documentation

getDataset

Description

aggregates original data from a given study

Usage

get_dataset(study, na.rm = FALSE)

Arguments

study

character, the name of the study you want to aggregate the dta from

na.rm

logical, whether or not to exclude odorants that were not measured in the study

Value

returns a data frame containing all the odorant responses measured in study

Author(s)

Daniel Münch <daniel.muench@uni-konstanz.de>

Examples

# load data
library(DoOR.data)
load_door_data(nointeraction = TRUE)

# get all recordings from the Hallem.2004.EN data set
get_dataset("Hallem.2004.EN", na.rm = TRUE)

Dahaniel/DoOR.functions documentation built on Feb. 20, 2024, 7:04 p.m.