export_formattable: 表を画像として保存

export_formattableR Documentation

表を画像として保存

Description

# @inheritParams formattable::as.htmlwidget # @inheritParams htmltools::html_print # @inheritParams webshot::webshot

Usage

export_formattable(
  table,
  file,
  width = "100%",
  height = NULL,
  background = "white",
  delay = 0.1
)

Arguments

table

ファイルとして保存したい表

Examples

## Not run: 
your_table %>%
 export_formattable(file = "foo.png")

## End(Not run)

ichimomo/frasyr documentation built on Nov. 5, 2024, 3:06 p.m.