opens the uri address in $uri in the browser window.

.browse(self, private)

Arguments

self

carbon self object

private

carbon private object

See also

Examples

x <- carbon$new('x <- 1')
#> Set via '~/carbon.yml' #> palette: #> - 171.0 #> - 175.0 #> - 195.0 #> - 0.7 #> template: panda-syntax #> font_family: Fira Code #> padding_vertical: 11 #> padding_horizontal: 14 #> language: r
if(interactive()) x$browse()