xlsx.openFile: Opens a .xlsx file provided a relative filepath from getwd()

Description Usage Arguments Examples

View source: R/xlsxboost.R

Description

Platform-independent method to open a .xlsx file; requires a relative filepath from getwd() as well as capability of opening the document from terminal (Excel / LibreOffice / etc.)

Usage

1
xlsx.openFile(filename = NULL)

Arguments

filename

the name of the file to open

Examples

1
2
3
4
5
require('xlsx')
wb <- createWorkbook(type="xlsx")
sheet <- xlsx::createSheet(wb, sheetName = "example")
saveWorkbook(wb, "test.xlsx")
xlsx.openFile("test.xlsx")

mananshah99/xlsxboost documentation built on May 21, 2019, 11:23 a.m.