Learn R Programming

hyfo (version 1.3.4)

collectData_csv_anarbe: Collect data from csv for Anarbe case.

Description

Collect data from the gauging stations in spain, catchement Anarbe

Usage

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.

Value

  • The collected data from different csv files.

source

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

References

  • http://meteo.navarra.es/estaciones/mapadeestaciones.cfm
  • R Core Team (2015). R: A language and environment for statistical computing. R Foundation for Statistical Computing, Vienna, Austria. URL http://www.R-project.org/.

Examples

Run this code
#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 http://yuanchao-xu.github.io/hyfo/

Run the code above in your browser using DataLab