-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathNAMESPACE
44 lines (43 loc) · 1.31 KB
/
NAMESPACE
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
# Generated by roxygen2: do not edit by hand
export(ISO_3166_2_CODES)
export(SUPPORTED_BUSINESS_ATTRIBUTES)
export(SUPPORTED_CATEGORY_ALIASES)
export(SUPPORTED_LOCALES)
export(autocomplete)
export(business_lookup)
export(business_match)
export(business_search)
export(categories)
export(event_lookup)
export(event_search)
export(featured_event)
export(food_delivery_search)
export(get_access_token)
export(get_yelp_locale)
export(phone_search)
export(reviews)
export(set_yelp_locale)
export(store_access_token)
importFrom(assertive.base,get_name_in_parent)
importFrom(assertive.numbers,assert_all_are_in_closed_range)
importFrom(assertive.numbers,assert_all_are_non_negative)
importFrom(assertive.numbers,assert_all_are_whole_numbers)
importFrom(assertive.sets,assert_is_subset)
importFrom(assertive.strings,assert_all_are_matching_regex)
importFrom(assertive.types,assert_is_a_bool)
importFrom(assertive.types,assert_is_a_string)
importFrom(assertive.types,is_a_string)
importFrom(httr,GET)
importFrom(httr,POST)
importFrom(httr,add_headers)
importFrom(httr,content)
importFrom(httr,status_code)
importFrom(httr,stop_for_status)
importFrom(magrittr,"%$%")
importFrom(magrittr,"%>%")
importFrom(purrr,is_empty)
importFrom(purrr,map_chr)
importFrom(purrr,map_df)
importFrom(stats,setNames)
importFrom(tibble,data_frame)
importFrom(utils,adist)