I am trying to flatten a nested JSON file from within R,
Here is my current code
library(jsonlite) json_file <- \"json file\" json_data = fromJSON(js
Just change the file name. Json file should be .json
json_file <- "json file.json"