copy_to_s3: Copies the data frame to s3

Description Usage Arguments Examples

View source: R/glue_utilities.R

Description

Copies the data frame to s3

Usage

1
copy_to_s3(df, s3_location, sep = ",")

Arguments

df

the data frame

s3_location

the s3 bucket (directories will be created)

Examples

1
copy_to_s3(nike_locations_giulia, S3_LOCATION, sep = '\t')

alesaccoia/alexr documentation built on Dec. 19, 2021, 12:26 a.m.