dt_2_viewer function

DT to Viewer

DT to Viewer

Save a temporary DT::datatable as a self contained HTML file to display in the RStudio Viewer Pane. Used to provided users with choices when prompted for action by a dev function.

dt_2_viewer(.data, file = NULL)

Arguments

  • .data: A dplyr::tibble containing the desired data to save
  • file: Optional. Manually define file path (with .html extension) for HTML representation of DT

Returns

This function returns a temporary HTML file displayed in the RStudio Viewer Pane

  • Maintainer: David Mayer
  • License: BSD_3_clause + file LICENSE
  • Last published: 2023-09-01