make_full_name: Create vector of full names

Description Usage Arguments Value

View source: R/full_name.R

Description

Converts first_name, middle_name, last_name, suffix into a single, full-name character vector

Usage

1

Arguments

x

Input should be either a data frame with name information or a character vector of first names and additional character vectors of middle names, last names, and suffix. If a data frame is provided, it should at a minimum contain the variables 'first_name' and 'last_name' but will also used columns named 'middle_name' or 'suffix' if found in the data frame as well.

...

Additional character vectors only used if x is a vector of first names.

Value

The output will match the input–so if data frame then out data frame.


r-congress/congress116 documentation built on Dec. 15, 2019, 12:37 a.m.