lcmap-client-r
LCMAP REST Service Client for R
[Very WIP ... not ready for use]
Configuration
Client library configuration is done using a Config/INI file. For more information, visit the client documentation link below -- in particular, the section "The Client Libraries" > "Configuration".
Documentation
Full documentation for all LCMAP clients is available here:
Note that per-client usage and example code is selectable via tabs in the upper-right of that page.
Example Usage
Setup:
install.packages("devtools")
library("devtools")
devtools::install_github("oubiwann/lcmap-client-r")
For more information on installing R packages from Git/Github, see:
Quick usage example (see docs for more):
> result<-lcmap::system.getJSONStatus()
> result$status$jvm$memory$free
[1] "1949915672"
License
Copyright © 2016 United States Government
NASA Open Source Agreement, Version 1.3.