The Results
class is used to store results of data processing in Analyses child classes. Child classes of Results
are implemented for diverse types of results for a given type of data.
Usage
Results(
type = NA_character_,
name = "Results",
software = "StreamFind",
version = NA_character_
)
# S3 method for class 'Results'
validate_object(x)
Arguments
- type
A character string indicating the type of data.
- name
A character string representing the name of the results.
- software
A character string representing the name of the software used to generate the results.
- version
A character string representing the version of the software used to generate the results.
- x
An object of class
Results
.