ee-citation | R Documentation |
If it exists, retrieve the citation of an EE object.
`ee$Image$Extra_getCitation(x)`
`ee$ImageCollection$Extra_getCitation(x)`
x |
An EE object to get the citation from. |
A character with citation information.
## Not run:
library(rgee)
library(rgeeExtra)
ee_Initialize()
extra_Initialize()
# Retrieve citation for the first image in NASA's IMERG V06 collection
citation <- ee$ImageCollection("NASA/GPM_L3/IMERG_V06")[[1]] %>%
ee$Image$Extra_getCitation()
# Display the citation
citation
# Fetching NASA/GPM_L3/IMERG_V06 image collection and retrieving its citation.
citation_ <- ee$ImageCollection("NASA/GPM_L3/IMERG_V06") %>%
ee$ImageCollection$Extra_getCitation()
# Display the citation
citation_
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.