Learn R Programming

diseasystore (version 0.3.1)

diseasystore_exists: 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)

Value

TRUE if the given diseasystore can be matched to a diseasystore on the search path. FALSE otherwise.

Arguments

label

(character)
A character string that controls which feature store to get data from.

Examples

Run this code
  diseasystore_exists("Google COVID-19")  # TRUE
  diseasystore_exists("Non existent diseasystore")  # FALSE

Run the code above in your browser using DataLab