A consolidated report from multiple agents #337
-
In my ETL routines I often build multiple tables in a single script. I would like to run agents on all of them and afterwards get a consolidated report. Is that possible? I did not find a clear statement in that direction. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
This is now possible in the development version of the package with the improved Let me know how this works out for you! |
Beta Was this translation helpful? Give feedback.
This is now possible in the development version of the package with the improved
get_multiagent_report()
function. The docs at https://rich-iannone.github.io/pointblank/reference/get_multiagent_report.html explain how the function works now. Basically it's create several agents (andinterrogate()
), create amultiagent
withcreate_multiagent()
, then either print the object or useget_multiagent_report()
to customize the report output.Let me know how this works out for you!