business_search_phone: Return a list of businesses on yelp based on the provided...

Description Usage Arguments Value Examples

Description

Return a list of businesses on yelp based on the provided phone number

Usage

1
business_search_phone(api_key, phone_number)

Arguments

api_key

string

phone_number

Phone number of the business you want to search for. It must start with + and include the country code, like +14159083801

Value

List with the following elements:

Examples

1
2
key <- "######"
business_search_phone(api_key = key, phone_number = '+14159083801')

OmaymaS/yelpr documentation built on May 15, 2019, 3:24 p.m.