| DomainsResource | R Documentation |
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.
list()List all domains.
DomainsResource$list(include_stats = FALSE)
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.
print()Print resource information.
DomainsResource$print()
clone()The objects of this class are cloneable with this method.
DomainsResource$clone(deep = FALSE)
deepWhether to make a deep clone.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.