Skip to contents

Import data from GBIF Module

Usage

data_import_gbif_ui(id, from = c("file", "copypaste"))

data_import_gbif_server(id)

Arguments

id

Module's ID.

from

Type of data input.

Value

  • UI: HTML tags that can be included in the UI part of the application.

  • Server: a shiny::reactive() function returning a data.frame.