make_full_name: Create a full name column using the first and last names

Description Usage Arguments Value

View source: R/acs_screening.R

Description

creates a full name column - a convenience helper function for acs screening

Usage

1
make_full_name(x, first_name_col, last_name_col)

Arguments

x

a data frame

first_name_col

a column from the data frame containing the first name

last_name_col

a column from the data frame containing the last name

Value

a given data frame with an appended column containthing the full name - in this case: first name, space, last name


crazybilly/fundRaising documentation built on July 30, 2021, 12:51 a.m.