Description Usage Arguments Value See Also Examples
View source: R/helperFunctions.R
A utility command that returns a list of names extracted from a list of ID and names.
1 |
df |
- A array of IDs and Names |
names - A vector containing the extracted names
Other Utilities for connecting operations: deepblue_extract_ids
1 2 3 | deepblue_extract_ids(
df = data.frame(id = c("a124", "a1235"),
name = c("Annotation 1", "Annotation 2")))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.