postProcessing: This function performs manipulation of the data that are...

View source: R/postProcessing.R

postProcessingR Documentation

This function performs manipulation of the data that are standard before the data is saved back to the data base.

Description

NOTE (Michael): The data is assumed to be normalised.

Usage

postProcessing(data, normalised = TRUE, denormalisedKey = "measuredElement")

Arguments

data

The data.table object

normalised

logical, whether the data is normalised

denormalisedKey

optional, only required if the input data is not normalised.It is the name of the key that denormalises the data.

Value

A data.table with standard post processing steps performed.


SWS-Methodology/faoswsProcessing documentation built on June 24, 2024, 6:57 a.m.