Search Observations
Arguments
- con
A
brapi_connection()object.- studyDbIds
Character vector. Filter by study IDs.
- observationVariableDbIds
Character vector. Filter by variable IDs.
- ...
Additional search body parameters.
Examples
# \donttest{
con <- brapi_connection("https://test-server.brapi.org")
brapi_search_observations(con, studyDbIds = "study1")
#> # A tibble: 0 × 0
# }
