CampbellCast: Function to re-organise Campbell data into a format suitable...

View source: R/CampbellCast.R

CampbellCastR Documentation

Function to re-organise Campbell data into a format suitable for creating figures per sensor type

Description

Merges sensor data from multiple sensors of the same type into one column. Identifies each value using SensorID created from the Sensor number, SYSTEM name and TIMESTAMP.

Usage

CampbellCast(data, use.parallel = FALSE)

Arguments

data

Data frame with AgFace Campbell logger data that was imported by either CampbellAllImport.

use.parallel

Logical. Option to enable parallel processing for the file import. Parallel-computing has to be configured before this option can be used. Defaults to FALSE. Unfortunately, it does not speed up the joining part of the data reorganisation.

Value

data frame with values of all sensors of a given type in the same column


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