Learn R Programming

covtracer (version 0.0.2)

format.list_of_srcref: Format a list_of_srcref object

Description

Format list_of_srcref as character

Usage

# S3 method for list_of_srcref
format(x, ..., full.names = FALSE, full.num = FALSE)

Value

A character vector of formatted strings

Arguments

x

A list_of_srcref object

...

Additional arguments unused

full.names

A logical value indicating whether to use full file paths when formatting srcrefs.

full.num

A logical value indicating whether to use all numeric srcref components when formatting srcrefs.