-
Notifications
You must be signed in to change notification settings - Fork 4
/
NAMESPACE
37 lines (36 loc) · 956 Bytes
/
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
# Generated by roxygen2: do not edit by hand
S3method(print,airtable)
S3method(str,airtable)
export(airtable)
export(delete_records)
export(insert_records)
export(read_airtable)
export(set_airtable_api_key)
export(update_records)
importFrom(cli,symbol)
importFrom(crayon,green)
importFrom(crayon,red)
importFrom(dplyr,`%>%`)
importFrom(dplyr,bind_rows)
importFrom(dplyr,everything)
importFrom(dplyr,filter)
importFrom(dplyr,pull)
importFrom(dplyr,row_number)
importFrom(dplyr,select)
importFrom(httr,GET)
importFrom(httr,PATCH)
importFrom(httr,POST)
importFrom(httr,add_headers)
importFrom(httr,content)
importFrom(httr,status_code)
importFrom(httr,stop_for_status)
importFrom(jsonlite,fromJSON)
importFrom(jsonlite,toJSON)
importFrom(progress,progress_bar)
importFrom(rlang,.data)
importFrom(rlang,enexpr)
importFrom(tibble,column_to_rownames)
importFrom(utils,URLencode)
importFrom(utils,menu)
importFrom(utils,read.table)
importFrom(utils,write.table)