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

View source: R/utils-upload.R

ee_utils_create_jsonR Documentation

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)

Arguments

x

List to convert into a JSON file.

Value

A JSON file saved in a /tmp dir.

Examples

## Not run: 
library(rgee)
ee_utils_create_json(list(a=10,b=10))

## End(Not run)

r-spatial/rgee documentation built on July 4, 2024, 9:33 a.m.