| Concepts | R Documentation |
Concepts object, inheriting from ConceptLibraryClient::Endpoint - allows querying of concepts/ endpoints
Response object
Response object
Response object
Response object
ConceptLibraryClient::Endpoint -> Concepts
get()Queries concepts/, with optional query parameters
Concepts$get(...)
...(list) List of optional parameters
get_versions()Queries concepts/id/get-versions/
Concepts$get_versions(concept_id)
concept_id(string) Id of entity to query
get_detail()Queries concepts/id/detail/ or concepts/id/version/id/detail/
Concepts$get_detail(concept_id, version_id = NA)
concept_id(string) Id of entity to query
version_id(integer) Version id of entity to query
get_codelist()Queries concepts/id/export/codes/ or concepts/id/version/id/export/codes/
Concepts$get_codelist(concept_id, version_id = NA)
concept_id(string) Id of entity to query
version_id(integer) Version id of entity to query
clone()The objects of this class are cloneable with this method.
Concepts$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.