Convert an R list into a JSON file in the temp() file
Convert an R list into a JSON file in the temp() file
ee_utils_create_json(x)
x |
List to convert into a JSON file. |
A JSON file saved in a /tmp dir.
## Not run: library(rgee) ee_utils_create_json(list(a=10,b=10)) ## End(Not run)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.