View source: R/importCsvSAPMUE.R
importCsvSAPMUE | R Documentation |
The csv files usually used in SAPMUE have a special format: - fields separation with ";" - row header - sometimes the rows have unequal length
importCsvSAPMUE(filename)
filename: |
name of the file to be imported. |
This function allow the import with that format.
A dataframe with the content of the csv, with column names and with blank fields in rows with unequal length.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.