R/obtainMeta.R

Defines functions obtainMeta

obtainMeta <- function(Workflow) {

  if (!inherits(Workflow, 'species_model')) stop('Workflow needs to be a species_model object.')

  cat('Structured Data added:')

  cat('GBIF data added') #+ get some DOIs with each dataset


}

Try the intSDM package in your browser

Any scripts or data that you put into this service are public.

intSDM documentation built on Sept. 9, 2025, 5:59 p.m.