s3_path_to_df: Read data from s3 with automatic processing

Description Usage Arguments Value Examples

View source: R/s3_parse_methods.R

Description

Currently supports csv, tsv, xls, and xlsx files.

Usage

1
s3_path_to_df(s3_path, ...)

Arguments

...

arguemtns passed to read.csv or read_excel.

path

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

Value

dataframe

Examples

1
2
s3tools::s3_path_to_full_df("alpha-test-team/mpg.csv")
s3tools::s3_path_to_preview_df("alpha-test-team/mpg.csv")

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