View source: R/mission_orbits.R
latest_orbits | R Documentation |
This function allows the user to view the latest 'Nominal' and 'Time Specfic' orbit metadata (Url, Reference Ground Track Names, Dates and Types)
latest_orbits(
technical_specs_url = "https://icesat-2.gsfc.nasa.gov/science/specs",
verbose = FALSE
)
technical_specs_url |
a character string specifying the technical specs website |
verbose |
a boolean. If TRUE then information will be printed out in the console |
a 'data.table' object
https://icesat-2.gsfc.nasa.gov/science/specs
## Not run:
require(IceSat2R)
orbs = latest_orbits(verbose = TRUE)
orbs
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.