my_print
From metacoder v0.3.3
by Zachary Foster
Print something
The standard print function for this package. This is a wrapper to make package-wide changes easier.
- Keywords
- internal
Usage
my_print(..., verbose = TRUE)
Arguments
- ...
Something to print
- verbose
If
FALSE
, do not print anything.
Community examples
Looks like there are no examples yet.