s3_path_to_preview_df: Preview the first 5 rows of a CSV file from S3, using the...

View source: R/read.R

s3_path_to_preview_dfR Documentation

Preview the first 5 rows of a CSV file from S3, using the full path to the file including the bucketname

Description

Preview the first 5 rows of a CSV file from S3, using the full path to the file including the bucketname

Usage

s3_path_to_preview_df(s3_path, ...)

Arguments

path

a string - the full path to the file including the bucketname

Value

a tibble (dataframe)

Examples

df <- s3_read_path_to_df("alpha-moj-analytics-scratch/a/b/c/robins_temp.csv")


moj-analytical-services/Rs3tools documentation built on Aug. 9, 2024, 1:27 a.m.