| rs_viewer {dipsaus} | R Documentation |
Get 'RStudio' Viewer, or Return Default
Description
Get 'RStudio' Viewer, or Return Default
Usage
rs_viewer(
...,
default = TRUE,
version_needed = "1.3",
child_ok = FALSE,
shiny_ok = FALSE
)
Arguments
... |
passed to |
default |
if |
version_needed, child_ok, shiny_ok |
passed to |
Value
If viewer can be called and
'RStudio' is running, then launch 'RStudio' internal viewer.
Otherwise if default is a function such as
browseURL, then call the function with given
arguments. If default is not a function, return default
[Package dipsaus version 0.2.9 Index]