importCsvSAPMUE: import csv with usually format used in SAPMUE

View source: R/importCsvSAPMUE.R

importCsvSAPMUER Documentation

import csv with usually format used in SAPMUE

Description

The csv files usually used in SAPMUE have a special format: - fields separation with ";" - row header - sometimes the rows have unequal length

Usage

importCsvSAPMUE(filename)

Arguments

filename:

name of the file to be imported.

Details

This function allow the import with that format.

Value

A dataframe with the content of the csv, with column names and with blank fields in rows with unequal length.


Eucrow/sapmuebase documentation built on June 8, 2025, 2:16 a.m.