CampbellFileImport: import a Campbell logger *.dat file

View source: R/CampbellFileImport.R

CampbellFileImportR Documentation

import a Campbell logger *.dat file

Description

import a Campbell logger *.dat file

Usage

CampbellFileImport(file, time.zone = "UTC+10", checkduplicates = TRUE,
  skip.rows = NA)

Arguments

file

filename of the dat file

time.zone

Time zone, defaults to "Australia/Melbourne"

checkduplicates

Check for and remove duplicates from the file. Logical, defaults to TRUE.

skip.rows

Number of rows of the start of the file to discard. This si to speed up data import by reducing number of samples. Numeric, defaults to NA.

Value

data frame with imported *.dat file


MarkusLoew/CampbellLogger documentation built on March 22, 2022, 3:29 a.m.