jsonToDataframe: jsonToDataframe

Description Usage Arguments Value Examples

Description

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

Usage

1

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

1
jsonToDataframe("s3://cloudsimplifier-examples/example.json")

cloudSimplifieR documentation built on May 2, 2019, 2:05 a.m.