add_names_to_df: Split full name into first and last name and add them to...

Description Usage Arguments

View source: R/parse_names.R

Description

Split full name into first and last name and add them to data.frame

Usage

1
add_names_to_df(df, full_name, keep = TRUE, ...)

Arguments

df

dataframe with the data

full_name

name of the column containing full name

keep

logical indicating if the column containing full name should be kept

...

additional params passed to split_full_name function


skvrnami/listr documentation built on June 21, 2020, 4:13 a.m.