load_s3_files: Load files from an aws s3 path

View source: R/connect_awss3.R

load_s3_filesR Documentation

Load files from an aws s3 path

Description

Load csv, tsv, or xlsx files stored in an aws s3 path

Usage

load_s3_files(s3_path = "s3://my_bucket/directory/", file_format = "csv")

Arguments

s3_path

aws s3 path as a string

file_format

file format as a string, either csv, tsv, or xlsx

Value

a list of dataframes


sarazong/SZRtools documentation built on Feb. 8, 2024, 6:49 a.m.