Closed kamapu closed 1 year ago
Function df2taxlist() is requiring identifiers that can actually generated automatically.
df2taxlist()
Check following code:
# Load package library(taxlist) # Load data load(file.path(path.package("taxlist"), "wetlands_syntax.rda")) # Build taxlist Syntax <- df2taxlist(Concepts)
This issue can also be an opportunity to produce a list-to-taxlist coercion (including taxonViews).
Function
df2taxlist()
is requiring identifiers that can actually generated automatically.Check following code: