Description Usage Arguments Value Examples
enumerate perturbagen classes
1 | pertClasses(key = Sys.getenv("CLUE_KEY"))
|
key |
character(1) API key provided by clue.io |
a character vector
1 2 3 4 | if (nchar(Sys.getenv("CLUE_KEY"))>0) {
pc = pertClasses()
head(vapply(pc, "[[", character(1), 1))
}
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.