-
Notifications
You must be signed in to change notification settings - Fork 19
/
Copy pathNAMESPACE
63 lines (62 loc) · 1.4 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
# Generated by roxygen2: do not edit by hand
S3method(as.gist,character)
S3method(as.gist,gist)
S3method(as.gist,list)
S3method(as.gist,numeric)
S3method(gist_create_obj,character)
S3method(gist_create_obj,data.frame)
S3method(gist_create_obj,json)
S3method(gist_create_obj,list)
S3method(gist_create_obj,matrix)
S3method(gist_create_obj,numeric)
S3method(print,commit)
S3method(print,gist)
S3method(print,gist_files)
S3method(print,gist_rate)
S3method(tabl,commit)
S3method(tabl,gist)
S3method(tabl,list)
export("%>%")
export(add_files)
export(as.gist)
export(browse)
export(commits)
export(delete)
export(delete_files)
export(embed)
export(fork)
export(forks)
export(gist)
export(gist_auth)
export(gist_create)
export(gist_create_git)
export(gist_create_obj)
export(gist_map)
export(gist_open)
export(gist_save)
export(gists)
export(rate_limit)
export(rename_files)
export(run)
export(star)
export(star_check)
export(tabl)
export(tabl_data)
export(unstar)
export(update)
export(update_files)
importFrom(assertthat,assert_that)
importFrom(assertthat,has_extension)
importFrom(crul,HttpClient)
importFrom(dplyr,as_data_frame)
importFrom(dplyr,bind_rows)
importFrom(httr,add_headers)
importFrom(httr,config)
importFrom(httr,oauth2.0_token)
importFrom(httr,oauth_app)
importFrom(httr,oauth_endpoints)
importFrom(jsonlite,flatten)
importFrom(jsonlite,fromJSON)
importFrom(knitr,knit)
importFrom(magrittr,"%>%")
importFrom(rmarkdown,render)