Parses files.
Arguments
- fpath
(
character(1)
)
File path.- pname
(
character(1)
)
Parser name (e.g. "breakends" - see docs).- schemas_all
(
tibble()
)
Tibble with name, version and schema list-col.- delim
(
character(1)
)
File delimiter.- ...
Passed on to
readr::read_delim
.