print.inzHTML {iNZightPlots} | R Documentation |
Print method for 'inzHTML' object
Description
The default action is for the URL to be 'printed' (opened) in the browser, unless 'viewer' is specified as something else. If 'viewer = NULL', then the URL is printed as a character string.
Usage
## S3 method for class 'inzHTML'
print(x, viewer = getOption("viewer", utils::browseURL), ...)
Arguments
x |
a URL that will be printed |
viewer |
the viewing function to use to display the URL |
... |
additional arguments |
Value
NULL (it's a print function, after all)
[Package iNZightPlots version 2.15.3 Index]