.flag {sapfluxnetr}R Documentation

helper function to flag the mutated data in sfn_mutate and sfn_mutate_at

Description

This function will add the "USER_MODF" flag to the data point flags

Usage

.flag(x)

Arguments

x

variable to flag

Value

A vector of the same length than x with the variable flags modified

Examples

sapfluxnetr:::.flag('')
sapfluxnetr:::.flag('OUT_WARNING')


[Package sapfluxnetr version 0.1.4 Index]