exportCsvSAPMUEBASE: export csv with SAPMUE format

View source: R/exportCsvSAPMUE.R

exportCsvSAPMUEBASER Documentation

export csv with SAPMUE format

Description

The csv files usually used in SAPMUE have a special format: - fields separation with ";" - row header - without quote characteres - without row names - decimal separator with ","

Usage

exportCsvSAPMUEBASE(df, filename, path = getwd())

Arguments

df:

dataframe to export

filename:

name of the file to export (with filename extension).

path:

path where the file must be exported. Current working directory by default.

Details

This function allow the export with that format.


Eucrow/sapmuebase documentation built on April 17, 2024, 10:29 a.m.