mc_info_join {myClim}R Documentation

Get joining info table

Description

This function returns a data.frame that contains information about the join operations. Although this function performs the join process, it only returns an overview table, not the actual joined data.

Usage

mc_info_join(data, comp_sensors = NULL)

Arguments

data

myClim object in Raw-format. see myClim-package

comp_sensors

parameter for mc_join() function (default NULL)

Details

This function is designed to work only with myClim objects in Raw-format, where the loggers are organized at localities. In Agg-format, myClim objects do not support loggers; sensors are directly connected to the locality. See myClim-package. mc_info_join does not work in Agg-format.

Value

A data.frame with the following columns:


[Package myClim version 1.1.0 Index]