to_diseasystore_case {diseasystore}R Documentation

Transform case definition to PascalCase

Description

Transform case definition to PascalCase

Usage

to_diseasystore_case(label)

Arguments

label

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

Value

The given label formatted to match a Diseasystore

Examples

  to_diseasystore_case("Google COVID-19")  # DiseasystoreGoogleCovid19

[Package diseasystore version 0.2.2 Index]