Skip to contents

#' @rdname eurobis_occurrences #' @export eurobis_grid_30m <- function(...) eurobis_occurrences(type = "grid30m", ...)

Usage

eurobis_type_handler(type)

Arguments

type

Type of data, one of c('basic', 'full', 'full_and_parameters')

Details

#' @rdname eurobis_occurrences #' @export eurobis_grid_1d <- function(...) eurobis_occurrences(type = "grid1d", ...)

Asserts data type and gets the WFS layer name

Examples

if (FALSE) {
eurobis_type_handler("basic")
eurobis_type_handler("full")
eurobis_type_handler("full_and_parameters")
}