Description Usage Arguments Value Examples
Reads a dat file and creates a data frame from it.
1 |
file |
the file path to the input file |
a data.frame with data extracted from the input dat file
1 2 3 | dat_filepath = system.file("dat/CR3000_Rain.dat", package = "puls")
my_dat = read_dat(dat_filepath)
head(my_dat)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.