.print {onc.api} | R Documentation |
Helper for printing a JSON named list to the console Can alternatively print the output to a text file at filePath
.print(self, obj, filePath = "")
self |
self |
obj |
named list to print (usually the result of another function) |
filePath |
(string) if present, creates the file and writes the output in it |