ss2csv: Spreadsheet to CSV

View source: R/functions.R

ss2csvR Documentation

Spreadsheet to CSV

Description

Spreadsheet to CSV

Usage

ss2csv(file, out, path.exec = "ssconvert", ...)

Arguments

file

the file to be converted. Note that the file is not actually changed.

out

the outfile

path.exec

path to ssconvert

...

passed to system

Details

Relies on ssconvert, which ships with Gnumeric.

Value

The return value of system (0 signals success).

Author(s)

Enrico Schumann

References

http://projects.gnome.org/gnumeric/

http://projects.gnome.org/gnumeric/doc/sect-files-ssconvert.shtml

Examples

## Not run: 
## runs in the current directory
ss2csv("Journal.ods")
## End(Not run)

enricoschumann/esutils documentation built on Feb. 2, 2024, 10:03 a.m.