Lumifuge_loadTransformAndSaveRawData: This function loads the raw Lumifuge data and then saves it...

Description Usage Arguments

View source: R/Lumifuge.R

Description

This function loads the raw Lumifuge data and then saves it into a .R file which will be located in the same location as the raw data. In this way the data can be loaded easily again using the Lumifuge_loadRawDataFromDumpedRFile() function and does not have to be transformed again from the raw format into a data frame format. The data export from the lumifuge software is expected to be simply the copied raw data from the lumifuge software which is copied into excel and then saved as a tab separated text file.

Usage

1
Lumifuge_loadTransformAndSaveRawData(DataFolder, FileName, decimal = ",")

Arguments

DataFolder

The folder where the original text files as exported from the lumifuge are located.

FileName

The name of the file without the .R extension where the data will be written to

decimal

The decimal separator used on the computer which which the data was saved


Ersch001/PhChFo documentation built on May 6, 2019, 4:03 p.m.