#' @export nestedFunctionCall
#'
#' @title nestedFunctionCall
#' @param cif ok
#'
nestedFunctionCall <- function(cif){
mergedCIF <- merge(cif,cache$taxa,by='species')
return(mergedCIF)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.