s3_put_with: Write an R object to S3 using specified write function.

View source: R/put.R

s3_put_withR Documentation

Write an R object to S3 using specified write function.

Description

Write an R object to S3 using specified write function.

Usage

s3_put_with(x, FUN, ..., fun.args = NULL, aws.args = NULL)

Arguments

FUN

function name, unquoted, used to write the file.

...

flexible s3 path description of s3 location and object name. This is relative to your cwd (use s3_cd() to print your cwd). Accepts a character vector "top/next", separate character strings c("top", "next"), or lists list("top", "next").

fun.args

list of named arguments to pass to FUN

aws.args

character string of any additional values you need appended to this aws.cli command line call.

Value

character string for s3 uri where an object was written


dkrozelle/s3r documentation built on May 16, 2022, 8:36 p.m.