jacob-long / jacob-long/jtools
Accept data frames as input for plot_coefs
Open
enhancement
- Dominant language
- R
- Stars
- 171
- Forks
- 23
- PR merge metrics
- No merged PRs in 30d
Description
Will require checking whether all the necessary components are in the data frame and then not running `tidy` on them without totally mucking up the code.
Contributor guide
Research direction
Start at the plot_coefs entry point and trace how its current input is passed through tidy. Identify which components a data frame must contain, then verify that data-frame inputs avoid the inappropriate tidy path while preserving existing behavior. Done means plot_coefs accepts valid data frames without breaking its current inputs.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- r
- Domain
- data-visualization
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100