Learn R Programming

cloudSimplifieR (version 0.1.9)

getFileData: getFileData

Description

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

Usage

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

Run this code
# NOT RUN {
getFileData("example.csv", "csv", "cloudsimplifier-examples")
# }

Run the code above in your browser using DataLab