export_master_sheet: Export the master sheet to file

View source: R/ProxyDataManager.R

export_master_sheetR Documentation

Export the master sheet to file

Description

Export the master sheet to file

Usage

export_master_sheet(x, ...)

Arguments

mng

'ProxyDataManager' object

path

file path for output file

format

output format one of 'yml' (default), 'csv', 'xlsx'

overwrite

logical, overwrite destination 'path' if already exists? (default 'FALSE')

Value

None

Examples

## Not run: 
mng <- ProxyDataManager()
export_master_sheet(mng, 'path/to/output_file.format_output_file', format = 'csv')

## End(Not run)

paleovar/ptboxproxydata documentation built on June 1, 2022, 1:12 a.m.