export_formattable: Export a Formattable as PNG, PDF, or JPEG

export_formattableR Documentation

Export a Formattable as PNG, PDF, or JPEG

Description

Export a Formattable as PNG, PDF, or JPEG

Usage

export_formattable(
  f,
  file,
  width = "100%",
  height = "100%",
  background = "white",
  delay = 10
)

Arguments

f

A formattable.

file

Export path with extension .png, .pdf, or .jpeg.

width

Width specification of the html widget being exported.

height

Height specification of the html widget being exported.

background

Background color specification.

delay

Time to wait before taking webshot, in seconds.


ABuratin/CircTarget documentation built on July 6, 2022, 9:06 a.m.