Learn R Programming

RStars (version 1.0)

RStars-package: RStars

Description

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

Arguments

Details

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

Examples

Run this code
## 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)

Run the code above in your browser using DataLab