Cómo escribir un JSON en R
write(jsonData, "output.json")
Thoughtless Tortoise
write(jsonData, "output.json")
jsonData <- toJSON(list1)