Learn R Programming

rapbase (version 1.24.2)

readLog: Read log entries

Description

Internal function that provide log entries

Usage

readLog(type, name = "")

Value

A data frame of log entries

Arguments

type

Character string defining which log to request data from. Must be one of c("app", "report").

name

Character string with registry filter. Default value is an empty string that will return all log entries. If not empty its value must correspond to an existing registry (i.e. R package) name.