Learn R Programming

cloudSimplifieR (version 0.1.9)

csvToDataframe: csvToDataframe

Description

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

Usage

csvToDataframe(s3URL)

Arguments

s3URL

This is the S3 URL to the .csv file.

Value

A dataframe made from .csv.

Examples

Run this code
# NOT RUN {
csvToDataframe("s3://cloudsimplifier-examples/example.csv")
# }

Run the code above in your browser using DataLab