Retrieves the sessions table for a given study and release version. Wrapper
around get_metadata().
In addition to the main get_sessions() function, there are two
study-specific variations:
get_sessions_abcd(): for the ABCD study.
get_sessions_hbcd(): for the HBCD study.
They have the same arguments as the get_sessions() function, except
that the study argument is set to the respective study by default, and
should not be set by the user.
Usage
get_sessions(study, release = "latest")
get_sessions_abcd(...)
get_sessions_hbcd(...)
Value
Data frame with the sessions table.
Arguments
study
character. The study name. One of "abcd" or "hbcd".
release
character. Release version (Default: "latest").
...
Additional arguments passed to the underlying
get_sessions() function.