getAttribute: Get data from CCM for a specified record

Description Usage Arguments Value

View source: R/getAttribute.R

Description

getAttribute() queries CCM for details about a record. the parameter optionsList specifies the columns to return.

Usage

1
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.


ccmReportR documentation built on Feb. 12, 2021, 1:06 a.m.