fix_xlsx_dates: fix_xlsx_dates

View source: R/function_fix_xlsx_dates.R

fix_xlsx_datesR Documentation

fix_xlsx_dates

Description

repair any gene names that excel has converted to dates

Usage

fix_xlsx_dates(input, targets = c("Mar", "Sep"), fixes = c("March", "Sept"))

Arguments

input

character or factor to repair

targets

date strings to search for

fixes

replacement character when targets found. must parallel targets.

Value

same class as input with dates converted back to gene names


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