result_completeness | R Documentation |
Check whether the server request returned all the results,
i.e. whether the total number of results is smaller or equal to the
request limit
parameter.
result_completeness(x, silent = FALSE)
x |
an 'httr' |
silent |
whether to display warnings (default is 'FALSE') |
a boolean indicating whether the set of results obtained is
the complete set of results on the server. If the REST request failed
(eg: 404 error), the function returns NULL
Other utilities:
result_flatten()
,
snomed_public_endpoint_list()
,
snomed_public_endpoint_suggest()
,
snomedizer_options
,
snomedizer_version_compatibility()
result_completeness(api_concepts(term = "pneumonia", limit = 10))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.