uri: URI constructor

.uriR Documentation

URI constructor

Description

Function that is called in a carbon object to construct valid uri to send to browser

Usage

.uri(self, private, code)

Arguments

self

carbon self object

private

carbon private object

code

character, script to embbed into the uri

See Also

carbon

Examples

if(interactive()){

x <- carbon$new('x <- 1')

# populate from self$code
x$uri()

# enter manually
x$uri(code = 'x <- y + 3')

}

carbonate documentation built on Aug. 26, 2022, 9:06 a.m.