I am trying to convert a JSON file to a dataframe in R.
I have tried the following code but the results_01 still remains as a list.
result_01 <- read_json(“TS01.json”, simplifyVector = TRUE)
Please help me thank you!
New contributor
user26671382 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.