View source: R/compile_do_folder.R
compile_do_folder | R Documentation |
This function compiles Dissolved Oxygen data files downloaded from PME miniDot DO loggers. Use if the data where not compiled using the PME java app on the logger.
compile_do_folder(folderpath, savetofolder)
folderpath |
The folder where the individual files are located |
savetofolder |
The folder where the output csv is to be saved |
a .csv file
## Not run:
compile_do_folder(
folderpath = "C:/Projects/Datasets/DO/Continuous/Greenwood/2019/7450-516388",
savetopath = "C:/Projects/Datasets/DO/Continuous/Greenwood/2019")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.