Learn R Programming

s3fs (version 0.1.7)

s3_path_join: Construct AWS S3 path

Description

Construct an s3 uri path from path vector

Usage

s3_path_join(path)

Value

character vector of s3 uri paths

Arguments

path

(character): A character vector of one or more paths

Examples

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

s3_path_dir(c("s3://my_bucket1/hi.txt", "s3://my_bucket/bye.txt"))
}

Run the code above in your browser using DataLab