Last data update: 2014.03.03

R: RStars
RStars-packageR Documentation

RStars

Description

Access to the Digital Universe Data set API pulls data on exoplants, stars, and galaxies.

Details

Package: RStars
Type: Package
Version: 1.0
Date: 2014-12-03
License: GPL-3

Author(s)

William Kyle Hamilton <kyle.hamilton@gmail.com>

Maintainer: William Kyle Hamilton <kyle.hamilton@gmail.com>

Examples

## Not run: 
 #Return Infomation about the local group galaxy 
 localgroupname("IC 10")
 #Return Infomation about the local group galaxy 
 localgroupname("WLM")
 #Return Infomation about all local group galaxies in the system
 localgroupname("")
 #Return Infomation about the exoplanet 11 Com
 exoplantname("11 Com")
 #Return Infomation about the exoplanet Kepler-9
 exoplantname("Kepler-9")
 #Return Infomation about all exoplants in the system
 exoplanetname("")
 #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)

Results