read.table.fix_xlsx_dates: read.table.fix_xlsx_dates

View source: R/function_fix_xlsx_dates.R

read.table.fix_xlsx_datesR Documentation

read.table.fix_xlsx_dates

Description

attempt to load file f and repair any gene names that excel has converted to dates

Usage

read.table.fix_xlsx_dates(f, sep = ",", header = FALSE)

Arguments

f

file path or data.frame

sep

delimeter character for read.table, default is ,

header

header logical for read.table, default is FALSE

Value

data.frame with dates converted to gene names


jrboyd/ssvRecipes documentation built on May 22, 2022, 7:07 a.m.