-
-
Notifications
You must be signed in to change notification settings - Fork 29
/
Copy path_pkgdown.yml
64 lines (64 loc) · 1.54 KB
/
_pkgdown.yml
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
64
title: googleCloudStorageR
url: https://cloudyr.github.io/googleCloudStorageR/
home:
strip_header: true
authors:
Mark Edmondson:
href: http://code.markedmondson.me
template:
params:
bootswatch: cosmo
navbar:
title: googleCloudStorageR
type: inverse
right:
- icon: fa-google fa-lg
href: https://cloud.google.com/storage/
- icon: fa-github fa-lg
href: https://github.com/cloudyr/googleCloudStorageR
- icon: fa-slack fa-lg
href: https://docs.google.com/forms/d/e/1FAIpQLSerjirmMpB3b7LmBs_Vx_XPIE9IrhpCpPg1jUcpfBcivA3uBw/viewform
reference:
- title: "Authentication"
contents:
- gcs_auth
- gcs_setup
- title: "Buckets"
desc: >
Working with Google Cloud Storage buckets
contents:
- matches("bucket")
- title: "Objects"
desc: >
Working with objects inside the buckets
contents:
- matches("object")
- gcs_create_lifecycle
- gcs_version_bucket
- title: "Session helpers"
desc: >
Working with R session objects
contents:
- gcs_first
- gcs_last
- gcs_load
- gcs_save
- gcs_load_all
- gcs_save_all
- gcs_save_image
- gcs_source
- title: "Pub/Sub"
desc: >
Working with Pub/Sub triggers
contents:
- matches("pubsub")
- gcs_get_service_email
- title: Download and Upload helpers
desc: >
Working with objects as they download or upload
contents:
- gcs_download_url
- gcs_parse_download
- gcs_upload
- gcs_retry_upload
- gcs_signed_url