R/getForestColNames.R

Defines functions getForestColNames

Documented in getForestColNames

#' getForestColNames
#' @description returns the colnames of the data within the forest object
#'
#' @param forest Forest object; 
#' @export
#' 
getForestColNames<-function(forest){
  return(colnames(forest@data))
}
fjbohn/fast documentation built on May 24, 2019, 9:50 a.m.