wie man einen JSON in R schreibt
write(jsonData, "output.json")
Thoughtless Tortoise
write(jsonData, "output.json")
jsonData <- toJSON(list1)