rstudio / rstudio/pointblank

incorporate snip_list() values across all columns in the table

Open
#461 0 comments 0 reactions 0 assignees View on GitHub

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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.