R/internal_user_opt_printCatFamily.R

Defines functions print_cat_family

Documented in print_cat_family

#' Internal function to help in interactive process 
#'
#' @param print_cat Character
#' @param spp Character
#' @param order Character
#'
#' @return interactive action in console
#' @keywords internal
#'
print_cat_family <- function(print_cat, spp, order){
  cat("in which/between Family species", spp, "must be inserted")
  cat("\n")
  for(i in 1:length(print_cat)){
    cat(i, print_cat[i], sep="\t")
    cat("\n")
  }
  cat("\n")
  cat(i + 1, "or, to insert in the node corresponding to the Order type:", order, sep= "\t")
  cat("\n")
}

Try the FishPhyloMaker package in your browser

Any scripts or data that you put into this service are public.

FishPhyloMaker documentation built on Sept. 15, 2021, 9:09 a.m.