View source: R/bwb_rain_data.R
readBwbRainFromCsv | R Documentation |
read BWB rain data from a CSV file that has been created by saving the corresponding Excel file as CSV
readBwbRainFromCsv(
file,
sep = ";",
dec = ",",
format = "%d.%m.%y %H:%M:%S"
)
file |
path to CSV file |
sep |
column separator |
dec |
decimal character |
format |
date format string, passed to |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.