getAttribute {ccmReportR} | R Documentation |
Get data from CCM for a specified record
Description
getAttribute()
queries CCM for details about
a record. the parameter optionsList
specifies the
columns to return.
Usage
getAttribute(Id, optionsList)
Arguments
Id |
Character scalar. Names the record to obtain information about. |
optionsList |
list object. Controls the behaviour of the query including the filter for the query, and data to return. |
Value
If the query succeeds, a tibble
containing data
for the specified Id
. Otherwise, a tibble
of
NA
values.
[Package ccmReportR version 0.1.0 Index]