collectData_csv_anarbe function

Collect data from csv for Anarbe case.

Collect data from csv for Anarbe case.

Collect data from the gauging stations in spain, catchement Anarbe

Source

http://meteo.navarra.es/estaciones/mapadeestaciones.cfm

collectData_csv_anarbe(folderName, output = TRUE)

Arguments

  • folderName: A string showing the path of the folder holding different csv files.
  • output: A boolean showing whether the output is given, default is T.

Returns

The collected data from different csv files.

Examples

#use internal data as an example. file <- system.file("extdata", "1999.csv", package = "hyfo") folder <- strsplit(file, '1999')[[1]][1] a <- collectData_csv_anarbe(folder) # 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