collectData_txt_anarbe function

collect data from different txt.

collect data from different txt.

Source

http://www4.gipuzkoa.net/oohh/web/esp/02.asp

collectData_txt_anarbe( folderName, output = TRUE, rangeWord = c("Ene ", -1, "Total ", -6) )

Arguments

  • 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.

Returns

The collected data from different txt files.

Examples

#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/

References

Other functions in hyfo

Related functions from the same R package

  • Maintainer: Yuanchao Xu
  • License: GPL-2
  • Last published: 2023-08-16