| toJSON,sites-method {neotoma2} | R Documentation | 
toJSON
Description
Convert a Neotoma2 sites object into a standardized JSON file for API management.
Usage
## S4 method for signature 'sites'
toJSON(x = NA)
Arguments
| x | sites R object to be converted | 
Value
The function returns a character string in JSON format
Author(s)
Socorro Dominguez s.dominguez@ht-data.com
Examples
{
# To find all sites that contain the string "Alexander%"
alex.sites <- get_sites(sitename="Alexander%")
# Convert the object to json
toJSON(alex.sites)
}
[Package neotoma2 version 1.0.4 Index]