Learn R Programming

s3fs (version 0.1.7)

path: Construct path for file or directory

Description

Constructs a s3 uri path

Usage

s3_path(..., ext = "")

Value

character vector of s3 uri paths

Arguments

...

(character): Character vectors

ext

(character): An optional extension to append to the generated path

Examples

Run this code
if (FALSE) {
# Require AWS S3 credentials

s3_path("my_bucket1", "my_bucket2")
}

Run the code above in your browser using DataLab