Learn R Programming

RStars (version 1.0)

exoplantname: Search for exoplant infomation

Description

Exoplanet Name

Usage

exoplantname(exoplant)

Arguments

exoplant
a string of an existing exoplant

Value

JSON object with infomation about the queried exoplant

Details

This will return infomation about the requested exoplant,

Examples

Run this code
## Not run: 
# library(RCurl)
# library(RJSONIO)
# ###Return Infomation about the exoplanet 11 Com
# exoplantname("11 Com")
# ###Return Infomation about the exoplanet Kepler-9
# exoplantname("Kepler-9")
# ###Return Infomation about all exoplants in the system
# exoplantname("")
# ## End(Not run)

Run the code above in your browser using DataLab