localgroupname: Search for local group galaxy infomation

Description Usage Arguments Details Value Examples

Description

Local Group Galaxy Name

Usage

1
localgroupname(localgroup)

Arguments

localgroup

a string of an existing local group galaxy

Details

This will return infomation about the requested local group galaxy

Value

JSON object with infomation about the queried local group galaxy

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
## 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)

RStars documentation built on Jan. 15, 2017, 11:16 p.m.