Context: Report context of events to user with a data.frame of events...

View source: R/Context.R

ContextR Documentation

Report context of events to user with a data.frame of events and locations

Description

Report context of events to user with a data.frame of events and locations

Usage

Context(file = "", lines = character(), idx = logical(), offset = 0L)

Arguments

file

character(1) full path (including package name) of file being summarized.

lines

character() vector of text lines in file

idx

logical() same length as lines indicating lines in which event occurs

offset

‘integer(1)' The number of lines to add to the ’Line' column calculation. It is mainly used to account for the number of lines that the YAML header occupies.

Value

Context: a data.frame() with columns File, Line, and Context


Bioconductor/BiocCheck documentation built on April 28, 2024, 9:24 p.m.