Learn R Programming

neotoma2 (version 1.0.5)

toJSON,sites-method: toJSON

Description

Convert a Neotoma2 sites object into a standardized JSON file for API management.

Usage

# S4 method for sites
toJSON(x = NA)

Value

The function returns a character string in JSON format

Arguments

x

sites R object to be converted

Author

Socorro Dominguez s.dominguez@ht-data.com

Examples

Run this code
{
# To find all sites that contain the string "Alexander%"
alex.sites <- get_sites(sitename="Alexander%")
# Convert the object to json
toJSON(alex.sites)
}

Run the code above in your browser using DataLab