| starname | R Documentation |
Star Name
starname(star)
star |
a string of an existing star |
This will return infomation about the requested star,
JSON object with infomation about the queried star
## Not run:
library(RCurl)
library(jsonlite)
###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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.