export_to_excel.purse: Export a purse to Excel

View source: R/export.R

export_to_excel.purseR Documentation

Export a purse to Excel

Description

Exports the contents of the purse to Excel. This is similar to the coin method export_to_excel.coin(), but combines data sets from various time points. It also selectively writes metadata since this may be spread across multiple coins.

Usage

## S3 method for class 'purse'
export_to_excel(x, fname = "coin_export.xlsx", include_log = FALSE, ...)

Arguments

x

A purse class object

fname

The file name/path to write to, as a character string

include_log

Logical: if TRUE, also writes data frames from the .$Log list inside the coin.

...

arguments passed to or from other methods.

Value

.xlsx file at specified path

Examples

#


COINr documentation built on Oct. 9, 2023, 5:07 p.m.