#' data
#'
#' Data from online discussion.
#' @name field
#' @docType data
#' @aliases soil
NULL
#' Polymer
#'
#' Find overlapping polygons regions by converting a collection of sf
#' data frame polygon layers to a single pool of triangles. The pool
#' is used for subsequent queries, what layers intersect and how, maintaining
#' links to input data of all layers.
#' @name polymer-package
#' @docType package
#' @importFrom sf st_geometry
#' @importFrom rlang .data
NULL
#' Simple data examples
#'
#' A, B, C are three partially overlaying polygon layers with
#' different sets of attributes.
#' @docType data
#' @name ABC
#' @aliases A B C
NULL
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.