powered by
This function returns a dataframe from a file stored on an AWS S3 Bucket.
getFileData(filename, format, bucket)
This is the name of the file with extension.
This is the format of the file. Currently supports: .csv, .json
This is the name of the S3 Bucket.
A dataframe
# NOT RUN { getFileData("example.csv", "csv", "cloudsimplifier-examples") # }
Run the code above in your browser using DataLab