sat_name | R Documentation |
records
or an rtoi
Get the name of the satellite(s) from a records
or an rtoi
sat_name(x)
## S4 method for signature 'records'
sat_name(x)
## S4 method for signature 'rtoi'
sat_name(x)
x |
a |
the name of the satellite
## Not run:
# 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)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.