-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathNAMESPACE
More file actions
50 lines (49 loc) · 1.24 KB
/
NAMESPACE
File metadata and controls
50 lines (49 loc) · 1.24 KB
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
# Generated by roxygen2: do not edit by hand
S3method(as_tibble,SearchResult)
S3method(filter,HCABrowser)
S3method(select,HCABrowser)
export(HCABrowser)
export(checkoutBundle)
export(getBundle)
export(getBundleCheckout)
export(getEsQuery)
export(getFile)
export(headFile)
export(nextResults)
export(resetEsQuery)
export(results)
export(searchBundles)
export(undoEsQuery)
exportClasses(HCABrowser)
exportClasses(SearchResult)
exportMethods(show)
import(methods)
importFrom(AnVIL,Service)
importFrom(dplyr,"%>%")
importFrom(dplyr,bind_cols)
importFrom(dplyr,filter)
importFrom(dplyr,select)
importFrom(googleAuthR,gar_auth)
importFrom(googleAuthR,gar_auto_auth)
importFrom(googleAuthR,gar_set_client)
importFrom(httr,POST)
importFrom(httr,content)
importFrom(httr,content_type_json)
importFrom(httr,headers)
importFrom(httr,oauth2.0_token)
importFrom(httr,oauth_app)
importFrom(httr,oauth_endpoints)
importFrom(httr,reset_config)
importFrom(httr,set_config)
importFrom(httr,status_code)
importFrom(jsonlite,toJSON)
importFrom(jsonlite,unbox)
importFrom(methods,show)
importFrom(rlang,eval_tidy)
importFrom(rlang,f_env)
importFrom(rlang,f_rhs)
importFrom(rlang,quo_get_expr)
importFrom(rlang,quos)
importFrom(tibble,as_tibble)
importFrom(tibble,tibble)
importFrom(utils,head)