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.
1 | Lumifuge_loadTransformAndSaveRawData(DataFolder, FileName, decimal = ",")
|
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 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.