view_as_csv: View a Dataframe in a Temporary CSV File

Description Usage Arguments Value

View source: R/view.R

Description

View a dataframe in a csv opened in Excel without having to export to a permanant file.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
view_as_csv(
  data,
  na = NA,
  append = FALSE,
  col_names = !append,
  quote_escape = double,
  eol = "\n",
  log = "DEPRECATED",
  log_details = ""
)

Arguments

data

A dataframe or tibble.

log

(Deprecated) Log this function call to a log.md file?

log_details

(Deprecated) If log is TRUE, additional notes to include with the log entry.

Value

Path to the temporary filename for unlinking


meerapatelmd/broca documentation built on Dec. 27, 2021, 2:03 p.m.