Question: Please use R to Define a function called `count_location`. This function will expect 2 arguments: #1) a `location_name` string (for example Walnut Creek, CA), and

Please use R to

Define a function called `count_location`. This function will expect 2 arguments:

#1) a `location_name` string (for example "Walnut Creek, CA"), and

#2) a `locations_vector` of location names (the variable of location names is 'Location')

# The function will *return* the number of times the `location_name` occurs in the `locations_vector`. Note that you should count partial matches, so "Walnut Creek" will be a match for "Walnut Creek, CA"

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Mathematics Questions!