Last data update: 2014.03.03

R: Search for local group galaxy infomation
localgroupnameR Documentation

Search for local group galaxy infomation

Description

Local Group Galaxy Name

Usage

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

## 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)

Results