#' datasetGPolygonExclusionGRing
#'
#' datasetGPolygonExclusionGRing
#'
#'
#' @inheritParams common_attributes
#' @param gRingPoint A single geographic location See [gRingPoint()]
#'
#' @return a datasetGPolygonExclusionGRing list object
#'
#' @export
datasetGPolygonExclusionGRing <- function(gRingPoint = NULL,
gRing = NULL){
Filter(Negate(is.null),
list(
gRingPoint = gRingPoint,
gRing = gRing))}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.