best way to apply the same agent to multiple tables? #367
-
If I have multiple data frames that all should have the same structure, but I don't necessarily want to combine them, is there a way to create an agent that is table agnostic and apply it to multiple tables? My current approach is to use
|
Beta Was this translation helpful? Give feedback.
Answered by
rich-iannone
Nov 24, 2021
Replies: 1 comment 3 replies
-
Maybe for this situation, the |
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
Aariq
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Maybe for this situation, the
set_tbl()
function might be useful? Check out https://rich-iannone.github.io/pointblank/reference/set_tbl.html for some examples.