| pertClasses | R Documentation |
enumerate perturbagen classes
pertClasses(key = Sys.getenv("CLUE_KEY"))
key |
character(1) API key provided by clue.io |
a character vector
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.