forked from rstudio/pins-r
-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
56 lines (55 loc) · 1.31 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
# Generated by roxygen2: do not edit by hand
S3method(pin,AsIs)
S3method(pin,character)
S3method(pin,data.frame)
S3method(pin,default)
S3method(pin_fetch,default)
S3method(pin_fetch,table)
S3method(pin_load,default)
S3method(pin_load,package)
S3method(pin_load,table)
S3method(pin_preview,data.frame)
S3method(pin_preview,default)
S3method(pin_preview,files)
S3method(print,pin_info)
export("%>%")
export(board_browse)
export(board_cache_path)
export(board_connect)
export(board_default)
export(board_deregister)
export(board_disconnect)
export(board_get)
export(board_initialize)
export(board_list)
export(board_local_storage)
export(board_pin_create)
export(board_pin_find)
export(board_pin_get)
export(board_pin_remove)
export(board_pin_store)
export(board_register)
export(board_register_azure)
export(board_register_datatxt)
export(board_register_dospace)
export(board_register_gcloud)
export(board_register_github)
export(board_register_kaggle)
export(board_register_local)
export(board_register_rsconnect)
export(board_register_s3)
export(board_test)
export(pin)
export(pin_default_name)
export(pin_fetch)
export(pin_find)
export(pin_get)
export(pin_info)
export(pin_load)
export(pin_log)
export(pin_preview)
export(pin_reactive)
export(pin_remove)
export(ui_addin_pin_find)
export(ui_connection_create)
importFrom(magrittr,"%>%")