diseasystore_exists: Check for the existence of a 'diseasystore' for the case...

diseasystore_existsR 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

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

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

diseasystore documentation built on April 4, 2025, 5:56 a.m.