powered by
This function returns a dataframe from a json file stored on AWS S3.
jsonToDataframe(s3URL)
This is the S3 URL to the json file.
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.
# NOT RUN { jsonToDataframe("s3://cloudsimplifier-examples/example.json") # }
Run the code above in your browser using DataLab