RStars-package: RStars

Description Details Author(s) Examples

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

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
## 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)

kylehamilton/RStars documentation built on May 20, 2019, 7:31 p.m.