R/regex-class.R

Defines functions print.subcom

Documented in print.subcom

#' Prints a subcom object
#' 
#' Prints a subcom object.
#' 
#' @param x The subcom object.
#' @param \ldots Ignored.
#' @export
#' @method print subcom
print.subcom <- function(x, ...){
    class(x) <- "character"
    print(x)
}

Try the regexr package in your browser

Any scripts or data that you put into this service are public.

regexr documentation built on May 29, 2017, 5:57 p.m.