Learn R Programming

RStars (version 1.0)

localgroupname: Search for local group galaxy infomation

Description

Local Group Galaxy Name

Usage

localgroupname(localgroup)

Arguments

localgroup
a string of an existing local group galaxy

Value

JSON object with infomation about the queried local group galaxy

Details

This will return infomation about the requested local group galaxy

Examples

Run this code
## Not run: 
# library(RCurl)
# library(RJSONIO)
# ###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("")
# ## End(Not run)

Run the code above in your browser using DataLab