read_gp5w: Read Geoprecision (GP5W)

View source: R/GP5W.R

read_gp5wR Documentation

Read Geoprecision (GP5W)

Description

Read data from a Geoprecision GP5W file

Usage

read_gp5w(filename, simplify = FALSE)

Arguments

filename

character, path to the file

simplify

logical, whether LoggerReadR should simplify the returned dataframe (see details)

Details

If simplify is 'TRUE', the dataframe will be standardized somewhat: row numbers and non-data columns will be removed; time and date columns will be combined into a single column called 'TIME'.

Value

dataframe, a dataframe


nicholas512/LoggerReadR documentation built on April 15, 2022, 9:13 a.m.