read_using: Read from S3 using a particular function

Description Usage Arguments Value Examples

View source: R/read_using.R

Description

Read from S3 using a particular function

Usage

1
read_using(FUN, s3_path, ...)

Arguments

FUN

a function to parse the data into

...

arguments for said function

path

path to the s3 file bucket/folder/file.txt

Value

whatever the function returns

Examples

1
s3tools:::read_using(FUN=readxl::read_excel, s3_path="alpha-test-team/mpg.xlsx")

moj-analytical-services/s3tools documentation built on Sept. 13, 2021, 5:31 a.m.