| S2_query_job | R Documentation | 
Implements the query options for 'job' described in the wiki.
S2_query_job(dateMax = NULL, dateMin = NULL, started = NULL,
  ended = NULL, failed = NULL, geometry = NULL, jobId = NULL,
  granule = NULL, granuleId = NULL, product = NULL,
  productId = NULL, regionId = NULL, retGeometry = FALSE,
  dateSingle = NULL, ...)
dateMax | 
 character end date of format "YYYY-MM-DD".  | 
dateMin | 
 character start date of format "YYYY-MM-DD".  | 
started | 
 logical, TRUE if job has started.  | 
ended | 
 logical, TRUE if job has ended.  | 
failed | 
 logical, TRUE if job has failed.  | 
geometry | 
 geometry which should intersect with granules. Can be a geoJSON geometry string (e.g. "type":"Point","coordinates":[16.5,48.5]), the path to a Point/Polygon shapefile, a SpatialPoints object or a SpatialPolygons object.  | 
jobId | 
 character internal metadata database job id.  | 
granule | 
 character ESA granule id.  | 
granuleId | 
 integer internal metadata database granule id.  | 
product | 
 chracter ESA product id.  | 
productId | 
 integer internal metadata database product id.  | 
regionId | 
 region of interest id (overrides the   | 
retGeometry | 
 logical should product geometry be included in the response?  | 
dateSingle | 
 character date of format "YYYY-MM-DD", specifies a single
date and will override   | 
... | 
 further arguments, none implemented.  | 
data.frame return of the database.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.