Skip to contents

Reads the linx.vis_segments.tsv file.

Usage

linx_vissegments_read(x)

Arguments

x

Path to linx.vis_segments.tsv file.

Value

The input file as a tibble.

Examples

x <- system.file("extdata/tables/COLO829v003T.linx.vis_segments.tsv", package = "linxreport")
(l <- linx_vissegments_read(x))
#> Warning: One or more parsing issues, call `problems()` on your data frame for details,
#> e.g.:
#>   dat <- vroom(...)
#>   problems(dat)
#> Error: ncol(d) not equal to length(nm)