get_trial_types | R Documentation |
Get trial types
get_trial_types(dataset_id = NULL, dataset_name = NULL, connection = NULL)
dataset_id |
An integer vector of one or more dataset ids |
dataset_name |
A character vector of one or more dataset names |
connection |
A connection to the peekbank database |
A 'tbl' of Trial Types data, filtered down by supplied arguments. If 'connection' is supplied, the result remains a remote query, otherwise it is retrieved into a local tibble.
## Not run:
get_trial_types()
get_trial_types(dataset_name = "pomper_saffran_2016")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.