ee_utils_create_json: Convert a R list into a JSON file

Description Usage Arguments Value Examples

View source: R/utils-upload.R

Description

Convert a R list into a JSON file

Usage

1

Arguments

x

List to convert into a JSON file.

Value

A JSON file saved in a /tmp dir.

Examples

1
2
3
4
5
## Not run: 
library(rgee)
ee_utils_create_json(list(a=10,b=10))

## End(Not run)

csaybar/rgee documentation built on March 11, 2021, 5:48 a.m.