View source: R/eurobis_occurrences.R
eurobis_type_handler | R Documentation |
#' @rdname eurobis_occurrences #' @export eurobis_grid_30m <- function(...) eurobis_occurrences(type = "grid30m", ...)
eurobis_type_handler(type)
type |
Type of data, one of c('basic', 'full', 'full_and_parameters') |
#' @rdname eurobis_occurrences #' @export eurobis_grid_1d <- function(...) eurobis_occurrences(type = "grid1d", ...)
Asserts data type and gets the WFS layer name
## Not run:
eurobis_type_handler("basic")
eurobis_type_handler("full")
eurobis_type_handler("full_and_parameters")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.