Reads the linx.vis_fusion.tsv
file.
Examples
x <- system.file("extdata/tables/COLO829v003T.linx.vis_fusion.tsv", package = "linxreport")
(l <- linx_visfusion_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)