R/writeOldNetworks.R

Defines functions writeOldNetworks

Documented in writeOldNetworks

#' @title Old Node Networks
#'
#' @description Calls old functions to create data.frames describing all the observation nodes in various versions of DABOM, including how they are related to one another. Kept for backwards compatibility checks.
#'
#' @author Kevin See
#'
#'
#' @import dplyr stringr
#' @export
#' @return NULL
#' @examples writeLGRNodeNetwork()

writeOldNetworks = function() {

  list("LowerGranite" = writeLGRNodeNetwork(),
       "PriestRapids" = writePRDNodeNetwork(),
       "Prosser" = writePRONodeNetwork(),
       "Tumwater" = writeTUMNodeNetwork(),
       "Tumwater_noUWE" = writeTUMNodeNetwork_noUWE())
}
KevinSee/PITcleanr documentation built on Feb. 27, 2024, 11:03 p.m.