Get XY timepoints
get_xy_timepoints(
dataset_id = NULL,
dataset_name = NULL,
age = NULL,
connection = NULL
)
A `tbl` of XY 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_xy_timepoints(dataset_name = "pomper_saffran_2016")
} # }