firstLast: Reverse Last and First Name

Description Usage Arguments Examples

Description

Takes an input string in the form of "Last Name, First Name" and converts it to "First Name Last Name".

Usage

1
firstLast(lastFirst)

Arguments

lastFist

A string with the name to be converted

Examples

1
firstLast("Smith, John") # Will return John Smith

dadrivr/ffanalytics documentation built on May 14, 2019, 3:12 p.m.