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

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