getFileData: getFileData

Description Usage Arguments Value Examples

View source: R/getFileData.R

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")

DeepanshKhurana/cloudSimplifieR documentation built on May 23, 2019, 3:03 a.m.