s3_get_with: Download an S3 object and read into R using specified read...

View source: R/get.R

s3_get_withR Documentation

Download an S3 object and read into R using specified read function.

Description

Download an S3 object and read into R using specified read function.

Usage

s3_get_with(..., FUN, fun.args = NULL, cache = F,
  unique_filename = T, aws.args = NULL)

Arguments

...

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

function name, unquoted, used to read the file.

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

S3 object


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