Description Usage Arguments Value Examples
View source: R/read_rainfall_data.R
This function is called for each landslide. Each landslide can have a vector of stations, as returned by a
get_station_by_*
-function. The start date must be a vector of the same length as the station
-vector.
Same is true for the end_date
-vector.
1 2 3 4 5 6 7 | read_rainfall(
station = NULL,
station_data_path = "/mnt/CEPH_PROJECTS/Proslide/HourlyPrecData/Checked_HourlyRR",
only.names = FALSE,
start_date = NULL,
end_date = NULL
)
|
station |
If you want only the data for one station |
station_data_path |
Path to the directory containing the |
only.names |
If TRUE, returns a dataframe with only the names from the stations. The two columns are the names from the file and the name matching the excel file. |
A list. Each element is a datafame and contains the data for that station. the name of each list-element is the name of the station
1 2 3 4 5 6 7 8 9 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.