starname: Search for star infomation

Description Usage Arguments Details Value Examples

Description

Star Name

Usage

1
starname(star)

Arguments

star

a string of an existing star

Details

This will return infomation about the requested star,

Value

JSON object with infomation about the queried star

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
## Not run: 
library(RCurl)
library(RJSONIO)
###Return Infomation about the Sun
starname("Sun")
###Return Infomation about the star HIP1 HD224700 Gli
starname("HIP1 HD224700 Gli")
###Return Infomation about all of the stars in the system
starname("")

## End(Not run)

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