Learn R Programming

rgee (version 1.0.7)

ee_utils_create_json: Convert a R list into a JSON file

Description

Convert a R list into a JSON file

Usage

ee_utils_create_json(x)

Arguments

x

List to convert into a JSON file.

Value

A JSON file saved in a /tmp dir.

Examples

Run this code
# NOT RUN {
library(rgee)
ee_utils_create_json(list(a=10,b=10))
# }

Run the code above in your browser using DataLab