Learn R Programming

cloudSimplifieR (version 0.1.9)

jsonToDataframe: jsonToDataframe

Description

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

Usage

jsonToDataframe(s3URL)

Arguments

s3URL

This is the S3 URL to the json file.

Value

A dataframe made from json. If the json is invalid, it prints an error message and returns the json string for debugging or other exploration.

Examples

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

Run the code above in your browser using DataLab