Get subjects

get_subjects(connection = NULL)

Arguments

connection

A connection to the peekbank database

Value

A `tbl` of Subjects data. Note that Subjects is a table used to link longitudinal Administrations, which is the primary table you probably want. If `connection` is supplied, the result remains a remote query, otherwise it is retrieved into a local tibble.

Examples

if (FALSE) { get_subjects() }