showxls: showxls

View source: R/misc.r

showxlsR Documentation

showxls

Description

export (and show) something as excel-file.

Usage

showxls(mat, filename = NA)

Arguments

mat

This may be: - a single object (anything that may be coerced to a data frame). It will be exportet as a single-sheet-XLSX. - an environment or list. Every object in the list which can be coerced to a data.frame will be exportet as a single sheet in the resulting XLSX.

filename

Write to this file. If 'NA', it will be a tempfile() and directly opend in localc.


inkeso/miscfun documentation built on Feb. 3, 2025, 5:33 p.m.