R6 class providing access to domain operations.
Domain list.
Paginated concepts.
new()Create a new DomainsResource.
DomainsResource$new(base_req)base_reqBase httr2 request object.
include_statsInclude concept counts and vocabulary coverage. Default FALSE.
concepts()Get concepts in a domain.
DomainsResource$concepts(
domain_id,
vocabulary_ids = NULL,
standard_only = FALSE,
include_invalid = FALSE,
page = 1,
page_size = 50
)domain_idThe domain ID.
vocabulary_idsFilter by vocabularies.
standard_onlyOnly standard concepts. Default FALSE.
include_invalidInclude invalid/deprecated concepts. Default FALSE.
pagePage number. Default 1.
page_sizeResults per page. Default 50.
clone()The objects of this class are cloneable with this method.
DomainsResource$clone(deep = FALSE)deepWhether to make a deep clone.