R/pcAuxL.R

Defines functions pcAuxL

Documented in pcAuxL

#' pcAuxL prints the GPL-3 that describe the licensing conditions for PcAux.
#'
#' @return License Information
#' @export pcAuxL

pcAuxL <- function()
  writeLines(readLines(system.file("LICENSE", package = "PcAux")))
dsquire/PcAux documentation built on May 2, 2024, 4:48 a.m.