View source: R/function_fix_xlsx_dates.R
fix_xlsx_dates | R Documentation |
repair any gene names that excel has converted to dates
fix_xlsx_dates(input, targets = c("Mar", "Sep"), fixes = c("March", "Sept"))
input |
character or factor to repair |
targets |
date strings to search for |
fixes |
replacement character when targets found. must parallel targets. |
same class as input with dates converted back to gene names
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.