carbon {carbonate} | R Documentation |
Carbon R6 class
Description
The Carbon generator creates a new Carbon
-object, which is the class containing
all the app logic. The class is based on the R6 OO-system and
is thus reference-based with methods and data attached to each object, in
contrast to the more well known S3 and S4 systems.
Initialization
A new 'Carbon'-object is initialized using the new()
method on the generator:
x <- carbon$new(code = clipr::read_clip())
|
Fields
Public Fields
Description of fields of the R6 object that can be set by the user can be found
in the following page.
Methods
Interacting with Browser
Aesthetics
URI Building
$uri | construct valid carbon.js uri |
$options | return all current carbon options |
$encode | URL encode a string for the $uri |
$tiny | Create tinyurl from $uri |
$rtweet | Send tweets containing media generated from carbon
|
Webdriver Settings
[Package
carbonate version 0.1.4
Index]