Learn R Programming

astronomyengine (version 0.1.0)

astro_body_name: Get the name of a celestial body

Description

Finds the name of a celestial body.

Usage

astro_body_name(body)

Value

The English-language name of the celestial body, or "" if the body is not valid.

Arguments

body

The celestial body whose name is to be found.

Examples

Run this code
astro_body_name(astro_body["SUN"])
astro_body_name(9L)

Run the code above in your browser using DataLab