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