diseasystore_exists {diseasystore} | R Documentation |
Check for the existence of a diseasystore
for the case definition
Description
Check for the existence of a diseasystore
for the case definition
Usage
diseasystore_exists(label)
Arguments
label |
( |
Value
TRUE if the given diseasystore can be matched to a diseasystore on the search path. FALSE otherwise.
Examples
diseasystore_exists("Google COVID-19") # TRUE
diseasystore_exists("Non existent diseasystore") # FALSE
[Package diseasystore version 0.2.2 Index]