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

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