R/print.text.R

Defines functions print.text

# used to print the solver output
#' @export
print.text <- function(x, ...)
  cat(paste0(x, collapse = "\n"))
mhahsler/pomdp documentation built on Dec. 8, 2024, 4:26 a.m.