-
-
Notifications
You must be signed in to change notification settings - Fork 7
Open
1 / 11 of 1 issue completedOpen
1 / 11 of 1 issue completed
Copy link
Milestone
Description
Currently ard_stack_hierarchical() passes down the by and variables arguments via the arg attribute. Should other functions take a similar approach? If yes, what should the arg attribute contain?
cards/R/ard_stack_hierarchical.R
Lines 493 to 497 in 4d23c32
| attr(result, "args") <- list( | |
| by = by, | |
| variables = variables, | |
| include = include | |
| ) |
Possible candidates for a similar treatment:
bind_ard()(if it can extract them from the individual ARDs)- individual ARDs (?)
I found the arg attribute useful when implementing some changes in shuffle_ard().
Sub-issues
Metadata
Metadata
Assignees
Labels
No labels
Type
Projects
Status
No status