exoplantname: Search for exoplant infomation

Description Usage Arguments Details Value Examples

Description

Exoplanet Name

Usage

1
exoplantname(exoplant)

Arguments

exoplant

a string of an existing exoplant

Details

This will return infomation about the requested exoplant,

Value

JSON object with infomation about the queried exoplant

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
## 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)

RStars documentation built on Jan. 15, 2017, 11:16 p.m.