R/fct_excelize.R

Defines functions excelize

#' excelize 
#'
#' @description A fct function
#'
#' @return The return value, if any, from executing the function.
#'
#' @noRd
excelize <- function(x){
  if(class(x)[[1]] != "list"){2+2}
}
esurjaat/Nutrition documentation built on April 14, 2022, 6:37 p.m.