bdDwC (version 0.1.15)

combineOldNew: Combine old/new name for checkboxes

Description

`combineOldNew()` is a function that combines (`paste`) fieldname and standard names with unicode characters to present in checkboxes.

Usage

combineOldNew(data, symbolArrow = "->", symbolSpace = " ")

Arguments

data

data.frame of matched names (`darwinizeNames()` output)

symbolArrow

character string for symbol that is used in `paste0` to connect old and new name

symbolSpace

character string for symbol used instead of white space

Value

data.frame of darwinized user names.