get_dataset | R Documentation |
aggregates original data from a given study
get_dataset(study, na.rm = FALSE)
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 |
returns a data frame containing all the odorant responses measured in
study
Daniel Münch <daniel.muench@uni-konstanz.de>
# 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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.