R - APIs

R - APIs

2 bookmarks
Custom sorting
Converting Nested JSON to DataFrame in R? - General - Posit Community
Converting Nested JSON to DataFrame in R? - General - Posit Community
I'm currently working on a project where I need to convert a nested JSON structure into a DataFrame using R. I'm facing some issues with the current approach, and I'd appreciate any help or guidance on how to properly handle this conversion. Json file looks like this : json_data - '{ "resourceType": "QuestionnaireResponse", "id": "example-questionnaireresponse", "questionnaire": "Questionnaire/example", "status": "completed", "subject": { "reference": "Patient/example" }, "a...
·forum.posit.co·
Converting Nested JSON to DataFrame in R? - General - Posit Community