-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
43 lines (42 loc) · 1.21 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
# Generated by roxygen2: do not edit by hand
S3method(print,lexis_ds)
S3method(print,lexis_ds_list)
export(delete_dataset)
export(download_file_from_dataset)
export(execute_workflow)
export(extract_dataset)
export(get_dataset_file_list)
export(get_dataset_list)
export(get_lexis_oauth_token)
export(get_lexis_user_info)
export(get_workflow_default_parameters)
export(get_workflow_details)
export(get_workflow_info)
export(get_workflow_states)
export(get_workflows_list)
export(lexis_request_post)
export(upload_dataset)
importFrom(curl,curl_download)
importFrom(curl,handle_setheaders)
importFrom(curl,new_handle)
importFrom(fs,file_move)
importFrom(httpuv,randomPort)
importFrom(httr2,oauth_client)
importFrom(httr2,oauth_flow_auth_code)
importFrom(httr2,obfuscated)
importFrom(httr2,req_auth_bearer_token)
importFrom(httr2,req_body_json)
importFrom(httr2,req_perform)
importFrom(httr2,req_url_path)
importFrom(httr2,req_url_query)
importFrom(httr2,request)
importFrom(httr2,resp_body_json)
importFrom(lubridate,as_datetime)
importFrom(purrr,discard)
importFrom(purrr,map)
importFrom(purrr,map_chr)
importFrom(purrr,pluck)
importFrom(rtus,TusClient)
importFrom(stringr,str_replace)
importFrom(tibble,tibble)
importFrom(utils,untar)