remark: Create or Add a Remark

Description Usage Arguments Value

Description

There are two versions of this function. The "dot" version is pipe-friendly and will take as a first argument a value which is then also returned.

Usage

1
2
3
4
remark(key, level, remark, origin = NA_character_, target = NA_character_)

remark.(., key, level, remark, origin = NA_character_,
  target = NA_character_)

Arguments

key

character: The remark key.

level

character: The severity level of your remark.

remark

character: The remark itself. This can be a string interpolation formula.

origin

character: The origin of your remark.

target

character: The target of your remark.

.

A value which is available for string interpolation, and is returned.

Value

A remark data.frame.


smbache/remarkr documentation built on May 30, 2019, 5:02 a.m.