exoplanetname: Search for exoplanet infomation

Description Usage Arguments Details Value Examples

Description

Exoplanet Name

Usage

1
exoplanetname(exoplanet)

Arguments

exoplanet

a string of an existing exoplanet

Details

This will return infomation about the requested exoplanet,

Value

JSON object with infomation about the queried exoplanet

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
## Not run: 
library(RCurl)
library(jsonlite)
###Return Infomation about the exoplanet 11 Com
exoplanetname("11 Com")
###Return Infomation about the exoplanet Kepler-9
exoplanetname("Kepler-9")
###Return Infomation about all exoplants in the system
exoplanetname("")

## End(Not run)

kylehamilton/RStars documentation built on May 20, 2019, 7:31 p.m.