View source: R/tD_subordinates.R
extract_col_names | R Documentation |
Title: Extract key colnames from the Denovix data frame
extract_col_names(xdf)
xdf |
The data frame for colname(s) extraction. |
A vector of key column names.
Tingwei Adeck
fpath <- system.file("extdata", "rnaspec2018.csv", package = "tidyDenovix", mustWork = TRUE)
rna_data = read_denovix_data(fpath, file_type = 'csv')
col_names = extract_col_names(rna_data)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.