Join us for
RADAR: AI Edition

rsat (version 0.1.21)

sat_name: Get the name of the satellite(s) from a records or an rtoi

Description

Get the name of the satellite(s) from a records or an rtoi

Usage

sat_name(x)

# S4 method for records sat_name(x)

# S4 method for rtoi sat_name(x)

Value

the name of the satellite

Arguments

x

a records or an rtoi object.

Examples

Run this code
if (FALSE) {
# load example rtoi
file.copy(from=system.file("ex/Navarre",package="rsat"),
         to=tempdir(),
         recursive = TRUE)

navarre <- read_rtoi(file.path(tempdir(),"Navarre"))
# get the records
rcds <- records(navarre)
# coerce the records to dataframe
sat_name(rcds)
}

Run the code above in your browser using DataLab