.browse {carbonate} | R Documentation |
open $uri to in browser window
Description
opens the uri address in $uri in the browser window.
Usage
.browse(self, private)
Arguments
self |
carbon self object |
private |
carbon private object |
See Also
Examples
x <- carbon$new('x <- 1')
if(interactive())
x$browse()
[Package carbonate version 0.1.4 Index]