cstl: Get constellation information from ID number

View source: R/cstl.R

cstlR Documentation

Get constellation information from ID number

Description

Get constellation information from ID number.

Usage

cstl(id)

Arguments

id

A vector of ID numbers.

Value

Constellation vector obtained from ID numbers.

Examples

id = c(
  "653127198503161793",
  "652801197305161555",
  "130206202202291545", 
  "110101841125178",
  "12345678",
  "65312a198204181793"
)
cstl(id)


CNID documentation built on April 4, 2025, 5:22 a.m.

Related to cstl in CNID...