View source: R/function_fix_xlsx_dates.R
read.table.fix_xlsx_dates | R Documentation |
attempt to load file f and repair any gene names that excel has converted to dates
read.table.fix_xlsx_dates(f, sep = ",", header = FALSE)
f |
file path or data.frame |
sep |
delimeter character for read.table, default is , |
header |
header logical for read.table, default is FALSE |
data.frame with dates converted to gene names
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.