remarks: Retrieve Remarks Associated With Key(s)

Description Usage Arguments Details Value

Description

This will retrieve remarks associated with one or more keys. If no remarks exist an empty data.frame is returned.

Usage

1

Arguments

...

character: The keys for which to ger remarks.

filter

An optional (one-sided) formula for filtering remarks further, see filter_.

Details

Each row in a remarks data.frame represent a "remark". A remark has its "Key", a "Timestamp" (POSIXct), A severity "Level", for categorizing types of messages e.g. differentiating their importance, the "Remark" itself (character), and an "Origin" (character identifying where the remark originated, e.g. a function or application).

Value

A data.frame with columns Key, Timestamp, Level, Remark, Origin.


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