Virusinterpreter file parsing and manipulation.
Super class
tidywigits::Tool
-> Virusinterpreter
Methods
Inherited methods
Method new()
Create a new Virusinterpreter object.
Usage
Virusinterpreter$new(
path = NULL,
files_tbl = NULL,
tidy = TRUE,
keep_raw = FALSE
)
Arguments
path
(
character(1)
)
Output directory of tool. Iffiles_tbl
is supplied, this basically gets ignored.files_tbl
(
tibble(n)
)
Tibble of files fromlist_files_dir
.tidy
(
logical(1)
)
Should the raw parsed tibbles get tidied?keep_raw
(
logical(1)
)
Should the raw parsed tibbles be kept in the final output?