deepblue_extract_names {DeepBlueR} | R Documentation |
A utility command that returns a list of names extracted from a list of ID and names.
deepblue_extract_names(df = NULL)
df |
- A array of IDs and Names |
names - A vector containing the extracted names
Other Utilities for connecting operations: deepblue_extract_ids
deepblue_extract_ids( df = data.frame(id = c("a124", "a1235"), name = c("Annotation 1", "Annotation 2")))