exoplanetname: Search for exoplanet infomation

View source: R/exoplantname.R

exoplanetnameR Documentation

Search for exoplanet infomation

Description

Exoplanet Name

Usage

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

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

ropensci/RStars documentation built on May 18, 2022, 9:46 a.m.