R/read_counts.R

Defines functions read_counts

Documented in read_counts

#' Read local census
#'
#' @param filename Path to the folder
#' @param habitat What habitat?
#' @param ecotype What ecotype?
#'
#' @export

read_counts <- function(folder, habitat, ecotype) {

  read_data(folder, paste0("count", habitat, ecotype))

}
rscherrer/EGS documentation built on April 19, 2020, 10:26 p.m.