Skip to content
Snippets Groups Projects
Commit d81b2aab authored by Jean-Karim Heriche's avatar Jean-Karim Heriche
Browse files

Add missing outcome attribute of QC object.

parent 9f6a517b
No related branches found
No related tags found
No related merge requests found
......@@ -35,6 +35,7 @@ QC <- R6Class(
self$ID <- ID
self$name <- name
self$description <- description
self$outcome <- outcome
},
#' @description Output summary of the object content
print = function() {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment