incorporate snip_list() values across all columns in the table
Nobody has claimed this yet.
- Dominant language
- R
- Stars
- 1k
- Forks
- 59
- Avg merge
- 25m
- Merged PRs (30d)
- 4
Description
Is there a way to incorporate snip_list() values across all columns in the table?
If not, how would you suggest looping through all of the columns, and then for each one of them incorporate:
info_columns(columns = "a", e.g = "{values_a}.") %>% info_snippet(snippet_name = "values_a", fn = snip_list(column = "a")) %>% incorporate()
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.
Research direction
No files or tests are named. Start by tracing how snip_list(), info_columns(), info_snippet(), and incorporate() handle column-specific values, then determine whether all-column incorporation is supported or needs an API change; done means the intended behavior is implemented and covered by tests.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- r
- Domain
- data
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100