collectData_txt_anarbe | R Documentation |
collect data from different txt.
collectData_txt_anarbe(
folderName,
output = TRUE,
rangeWord = c("Ene ", -1, "Total ", -6)
)
folderName |
A string showing the folder path. |
output |
A boolean showing whether the result is given. |
rangeWord |
A list containing the keyword and the shift. defaut is set to be used in spain gauging station. |
The collected data from different txt files.
http://www4.gipuzkoa.net/oohh/web/esp/02.asp
http://www4.gipuzkoa.net/oohh/web/esp/02.asp
R Core Team (2015). R: A language and environment for statistical computing. R Foundation for Statistical Computing, Vienna, Austria. URL https://www.R-project.org/.
#use internal data as an example.
## Not run:
file <- system.file("extdata", "1999.csv", package = "hyfo")
folder <- strsplit(file, '1999')[[1]][1]
a <- collectData_txt_anarbe(folder)
## End(Not run)
# More examples can be found in the user manual on https://yuanchao-xu.github.io/hyfo/
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.