Last data update: 2014.03.03

R: Search for exoplant infomation
exoplantnameR Documentation

Search for exoplant infomation

Description

Exoplanet Name

Usage

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

## 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)

Results