getFileData: getFileData

Description Usage Arguments Value Examples

Description

This function returns a dataframe from a file stored on an AWS S3 Bucket.

Usage

1
getFileData(filename, format, bucket)

Arguments

filename

This is the name of the file with extension.

format

This is the format of the file. Currently supports: .csv, .json

bucket

This is the name of the S3 Bucket.

Value

A dataframe

Examples

1
getFileData("example.csv", "csv", "cloudsimplifier-examples")

cloudSimplifieR documentation built on May 2, 2019, 2:05 a.m.