-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathNAMESPACE
37 lines (36 loc) · 998 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
export(ask_seafile_api_token)
export(create_dir_r)
export(delete_seafile_api_token)
export(delete_seafile_url)
export(get_dir)
export(get_repo_id)
export(get_seafile_api_token)
export(get_seafile_url)
export(get_upload_link)
export(list_libraries)
export(ping)
export(set_seafile_api_token)
export(set_seafile_url)
export(update_seafile_api_token)
export(update_seafile_url)
export(upload_file)
import(assertthat)
importFrom(dplyr,bind_rows)
importFrom(dplyr,filter)
importFrom(dplyr,pull)
importFrom(glue,glue)
importFrom(httr,GET)
importFrom(httr,POST)
importFrom(httr,add_headers)
importFrom(httr,content)
importFrom(httr,upload_file)
importFrom(keyring,key_delete)
importFrom(keyring,key_get)
importFrom(keyring,key_set_with_value)
importFrom(magrittr,"%>%")
importFrom(purrr,map)
importFrom(purrr,map_chr)
importFrom(rstudioapi,askForPassword)
importFrom(stringr,str_replace_all)
importFrom(stringr,str_split)