starname: Search for star infomation

View source: R/starname.R

starnameR Documentation

Search for star infomation

Description

Star Name

Usage

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

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

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