Fields that can be changed in the Carbon object
character, script to embbed, Default: NULL
numeric, layout pallete, Default: c(r=171,g=184,b=195,a=1)
character, layout template, Default: 'seti'
boolean, add/remove window controls (circles on top left corner), Default: TRUE
character, change window control themes, Default: 'none'
character, language, Default: 'r'
boolean, add/remove dropshadow, Default: TRUE
numeric, shadow vertical offset (px), Default: 20
numeric, shadow blur radius (px), Default: 68
boolean, auto-audjust output width, Default: TRUE
numeric, vertical padding (px), Default: 48
numeric, horizontal padding (px), Default: 32
boolean, add/remove line numbers, Default: FALSE
character, layout font family, Default: 'Hack'
numeric, font size (px), Default: 14
numeric, relative space between lines (percent), Default: 133
boolean, output image is square, Default: FALSE
numeric, image size in export relative to what is in the preview (1,2 or 4), Default: 1
boolean, add official carbon.js watermark, Default: FALSE
boolean, add tinyurl link to image directing to the carbon page that created the image, Default: FALSE
character, string with gravity value to place the annotate tinyurl address on image, Default: 'southeast'
boolean, tweet out the image using post_tweet
character, status to add to the tweet. If add_tinyurl is TRUE then a link to the url will be appended to the status automatically, Default: 'Created in R using the Carbonate (Package Icon)'
boolean, add timestamp to output filename, Default: FALSE
list, storage of rendered carbon images, Default: NULL
character, path to download the images, Default: tempdir()
character, arguments passed to chrome browser, Default: c('--disable-gpu', '--window-size=1280,800')
list, preferences passed to chrome browser, Default: list("profile.default_content_settings.popups" = 0L,"download.prompt_for_download" = FALSE,"download.default_directory" = tempdir())
RSelenium Driver object
Chrome Driver object from wdman
carbon