Learn R Programming

rgee (version 1.1.7)

ee_utils_create_json: Convert an R list into a JSON file in the temp() file

Description

Convert an R list into a JSON file in the temp() file

Usage

ee_utils_create_json(x)

Value

A JSON file saved in a /tmp dir.

Arguments

x

List to convert into a JSON file.

Examples

Run this code
if (FALSE) {
library(rgee)
ee_utils_create_json(list(a=10,b=10))
}

Run the code above in your browser using DataLab