Answered step by step
Verified Expert Solution
Link Copied!

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

image text in transcribedimage text in transcribed

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

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Students also viewed these Databases questions

Question

How do I solve Chapter 8MA, Problem 1RC

Answered: 1 week ago