wtx: open data.frame in temporary excel file

wtxR Documentation

open data.frame in temporary excel file

Description

create a temp xlsx file with autofilter from a data.frame and open it in excel

Usage

wtx(x, path = dirname(tempfile()), fn = NULL, sheet = NULL, open_file = TRUE)

Arguments

x

a data.frame to open in excel

path

folder path where the file will be saved (default = temp folder)

fn

file name (default = sheet name)

sheet

sheet name (default = variable name)

open_file

TRUE/FALSE to open EXCEL after writing file

Value

nothing


jorritvm/jrutils documentation built on Feb. 14, 2023, 11:33 p.m.