read_dino_zip | R Documentation |
Trailing letters of observation well are removed.
read_dino_zip(fname)
fname |
Filename (csv file, character) |
List of 2:
xm Characteristics of the monitoring well (meta data).
xd Measured heads (data.frame).
Variables in data.frame xm:
NAME Name of observationwell. (character)
FILTER Filter number (integer)
X x-coordinate of observationwell (numeric)
Y y-coordinate of observationwell (numeric)
TOP Level of the top of filter (m+REF, numeric)
BOT Level of the bottom of filter (m+REF,numeric)
MV Surface level (m+REF,numeric)
Variables in data.frame xd:
NAME Name of observationwell (character)
FILTER Filter number (integer)
DATE Date of observation (POSIXct)
HEAD Observed head (numeric)
hm5 <- system.file("extdata","Dino_export_18032020.zip",package="menyanthes") |> read_dino_zip( )
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.