localgroupname: Search for local group galaxy infomation

View source: R/localgroupname.R

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

ropensci/RStars documentation built on May 18, 2022, 9:46 a.m.