R/nestedFunctionCall.R

Defines functions nestedFunctionCall

Documented in nestedFunctionCall

#' @export nestedFunctionCall
#'
#' @title nestedFunctionCall
#' @param cif ok
#'

nestedFunctionCall <- function(cif){

  mergedCIF <- merge(cif,cache$taxa,by='species')

  return(mergedCIF)



}
jlombard314159/cacheRExample documentation built on Dec. 21, 2021, 1:08 a.m.