toCSV: toCSV

Description Usage Arguments Value

Description

writes a data.table(frame) to a temp file

Usage

1
2
toCSV(x, name = paste0(sample(LETTERS, 16, replace = TRUE), collapse =
  ""))

Arguments

x

the data.table(frame) to write

name

if you want to give it a custom name. Otherwise, 16 byte string is used.

Value

Opens a csv with whatever default program is selected in a new window


AnotherSamWilson/helperFuncs documentation built on Oct. 1, 2019, 8:51 p.m.