update_alias: Update names based on alias

View source: R/update_alias.R

update_aliasR Documentation

Update names based on alias

Description

Update names based on data frame with alias and preferred name

Usage

update_alias(x, alias, remove.space = TRUE, filename = NULL)

Arguments

x

Vector of names to update

alias

Data frame with two columns: first is the preferred name and second is the alias

remove.space

TRUE/FALSE

filename

update names in CSV file

Details

Parameter remove.space indicates whether blank spaces should be removed before string matching.

Value

Vector with updated names


jendelman/polyBreedR documentation built on Jan. 5, 2025, 12:13 a.m.