Allow creation of informant with NULL tbl
Open
@rich-iannone is already working on this.
Since Apr 9, 2025.
Type: ☹︎ Bug
- Dominant language
- R
- Stars
- 1k
- Forks
- 59
- Avg merge
- 25m
- Merged PRs (30d)
- 4
Description
In support of #603, and in line with agents, allow creation of a NULL tbl informant.
pointblank::create_informant(~ NULL)
#> Error:
#> ✖ The agent `tbl` must either be a table, a function, or a formula
#> ℹ A table-prep formula can be made with expression on the RHS
#> ℹ A function can be made with `function() {<tbl reading code>}`
Created on 2025-04-09 with reprex v2.1.1
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.