snomedizer_options | R Documentation |
snomedizer
optionsFunctions to get and set snomedizer
default endpoint and other options
snomedizer_options_get(option.name = NULL) snomedizer_options_set(endpoint = NULL, branch = NULL, limit = NULL)
option.name |
name of a single option to return: |
endpoint |
address of a SNOMED CT Terminology Server REST API endpoint |
branch |
string for the branch name to use on endpoint, for instance
|
limit |
integer for the maximum number of results to return. |
The factory setting of the target API parameter.
When loaded, the snomedizer package will look up for settings provided to the following environment variables:
SNOMEDIZER_ENDPOINT
for the endpoint
. If this variable
is not specified, snomedizer uses
snomed_public_endpoint_suggest()
to pick a public endpoint.
SNOMEDIZER_BRANCH
for the branch
. If this variable is
not specified, snomedizer chooses branch "MAIN"
by default.
SNOMEDIZER_LIMIT
for the limit
. If this variable is
not specified, snomedizer sets the limit to 50 by default.
The maximum is 10,000.
To learn how to set environment variables in '.Rprofile' or '.Renviron', see Startup
Other utilities:
result_completeness()
,
result_flatten()
,
snomed_public_endpoint_list()
,
snomed_public_endpoint_suggest()
,
snomedizer_version_compatibility()
snomedizer_options_get()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.