## ----include = FALSE----------------------------------------------------------
knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  eval = identical(Sys.getenv("NOT_CRAN"), "true")
)

## ----setup--------------------------------------------------------------------
# library(fwtraits)
# 

## -----------------------------------------------------------------------------
# 
# 
# migration <- fw_fetchdata(data = 'Abramis brama',
#                          organismgroup = 'fi',
#                          ecoparams = 'migration',
#                          cachefolder = 'cache',
#                          warn = TRUE,
#                          inform = TRUE,
#                          details = TRUE)#the species spelling is checked
# 
# #or use the fw_keyload() function: which returns a congratulation message
# 

