wc: Write a data frame to a temporary .csv and open in Excel

Description Usage Arguments Examples

View source: R/data_expectations.R

Description

Write a data frame to a temporary .csv and open in Excel

Usage

1
wc(df, n = NA, open = TRUE, del = TRUE, del_wait = 10)

Arguments

n

suffix for temporary csv file name, defaults to Sys.time()

open

T/F for whether to auto-open in Excel

del

T/F whether to deleted the created file

del_wait

how many seconds to wait to delete the file

Examples

1
2
wc(mtcars)
mtcars %>% filter(cyl == 4) %>% wc()

dgarmat/dgfunctionpack documentation built on May 17, 2020, 9:58 p.m.