Learn R Programming

tidyDenovix (version 2.1.0)

extract_col_names: Title: Extract key colnames from the Denovix data frame

Description

Title: Extract key colnames from the Denovix data frame

Usage

extract_col_names(xdf)

Value

A vector of key column names.

Arguments

xdf

The data frame for colname(s) extraction.

Author

Tingwei Adeck

Examples

Run this code
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)

Run the code above in your browser using DataLab