Get AOI timepoints
get_aoi_timepoints(
dataset_id = NULL,
dataset_name = NULL,
age = NULL,
rle = TRUE,
connection = NULL
)
An integer vector of one or more dataset ids
A character vector of one or more dataset names
A numeric vector of a single age or a min age and max age (inclusive), in months
Logical indicating whether to use RLE data representation or not
A connection to the peekbank database
A `tbl` of AOI Timepoints data, filtered down by supplied arguments. If `connection` is supplied, the result remains a remote query, otherwise it is retrieved into a local tibble.
if (FALSE) { # \dontrun{
get_aoi_timepoints(dataset_name = "pomper_saffran_2016")
} # }