read_dat: Read a dat file

Description Usage Arguments Value Examples

View source: R/read_dat.R

Description

Reads a dat file and creates a data frame from it.

Usage

1

Arguments

file

the file path to the input file

Value

a data.frame with data extracted from the input dat file

Examples

1
2
3
dat_filepath = system.file("dat/CR3000_Rain.dat", package = "puls")
my_dat = read_dat(dat_filepath)
head(my_dat)

Nowosad/puls documentation built on Dec. 11, 2020, 8:47 a.m.