Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Consider of vector of strings containing names of people. Each string contains one name which can be in various formats: Mary Ellen Brown' (i.e. first
Consider of vector of strings containing names of people. Each string contains one name which can be in various formats: Mary Ellen Brown' (i.e. first name followed by middle name if any) and by last name), Brown, Mary Ellen' (last name, followed by first and middle names), Paul Smith' (if there is no middle name) or Paul, Smith? Write a function in R that takes two arguments: a vector of such strings and a single character string. The function counts how often the second argument occurs as a last name in the vector that is the first argument. (10 points) UseR Langeuage Consider of vector of strings containing names of people. Each string contains one name which can be in various formats: Mary Ellen Brown' (i.e. first name followed by middle name if any) and by last name), Brown, Mary Ellen' (last name, followed by first and middle names), Paul Smith' (if there is no middle name) or Paul, Smith? Write a function in R that takes two arguments: a vector of such strings and a single character string. The function counts how often the second argument occurs as a last name in the vector that is the first argument. (10 points) UseR Langeuage
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started