-
Notifications
You must be signed in to change notification settings - Fork 1
/
NAMESPACE
73 lines (72 loc) · 1.77 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
# Generated by roxygen2: do not edit by hand
export(VERB_n)
export(catch_errors_connect_v1)
export(catch_errors_connect_v2)
export(get_os)
export(personal_access_token_available)
export(rDELETE)
export(rGET)
export(rPATCH)
export(rPOST)
export(rPUT)
export(sq_access_token)
export(sq_auth)
export(sq_auth_check)
export(sq_auth_refresh)
export(sq_create_customer)
export(sq_create_item)
export(sq_delete_customer)
export(sq_delete_item)
export(sq_extract_cust_groups)
export(sq_get_customer)
export(sq_get_item)
export(sq_get_location)
export(sq_get_payment)
export(sq_get_transaction)
export(sq_list_categories)
export(sq_list_customers)
export(sq_list_discounts)
export(sq_list_fees)
export(sq_list_generic_v1)
export(sq_list_items)
export(sq_list_locations)
export(sq_list_modifiers)
export(sq_list_payments)
export(sq_list_transactions)
export(sq_null_to_na)
export(sq_personal_access_token)
export(sq_search_customers)
export(sq_token)
export(sq_update_customer)
export(sq_update_item)
export(squareupr_state)
export(token_available)
importFrom(dplyr,"%>%")
importFrom(dplyr,as_tibble)
importFrom(dplyr,bind_rows)
importFrom(dplyr,filter)
importFrom(dplyr,mutate)
importFrom(dplyr,select)
importFrom(httr,DELETE)
importFrom(httr,GET)
importFrom(httr,PATCH)
importFrom(httr,POST)
importFrom(httr,PUT)
importFrom(httr,add_headers)
importFrom(httr,build_url)
importFrom(httr,content)
importFrom(httr,http_error)
importFrom(httr,oauth2.0_token)
importFrom(httr,oauth_app)
importFrom(httr,oauth_endpoint)
importFrom(httr,parse_url)
importFrom(httr,status_code)
importFrom(lubridate,as_datetime)
importFrom(lubridate,is.Date)
importFrom(lubridate,ymd_hms)
importFrom(purrr,map_df)
importFrom(purrr,modify_if)
importFrom(purrr,transpose)
importFrom(rlang,.data)
importFrom(stats,runif)
importFrom(tidyr,unnest)