gcs_parse_download {googleCloudStorageR} | R Documentation |
Parse downloaded objects straight into R
Description
Wrapper for httr
's content. This is the default function used in gcs_get_object
Usage
gcs_parse_download(object, encoding = "UTF-8")
gcs_parse_rds(object)
Arguments
object |
The object downloaded |
encoding |
Default to UTF-8 |
Details
gcs_parse_rds
will parse .rds files created via saveRDS without saving to disk
See Also
gcs_get_object
Other download functions:
gcs_download_url()
,
gcs_signed_url()
[Package googleCloudStorageR version 0.7.0 Index]