format.list_of_srcref {covtracer}R Documentation

Format a list_of_srcref object

Description

Format list_of_srcref as character

Usage

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

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.

Value

A character vector of formatted strings


[Package covtracer version 0.0.1 Index]