You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Should we disambiguate split_args—the arguments supplied to the function that generated the object—and additional arguments—in this case, prop—in the function signature?
split_args <- get_split_args(r_set)
r_split <- get_rsplit(r_set, 1)
# since the r_set doesn't know where the supplied data comes from (or whether
# it was generated by `initial_split()` or friends)
split_args$prop <- .8
isplit <- inner_split(r_split, split_args)
hfrick
changed the title
inner_spilt(): keep everything inside of split_args or not?inner_split(): keep everything inside of split_args or not?
May 23, 2024
Should we disambiguate
split_args
—the arguments supplied to the function that generated the object—and additional arguments—in this case,prop
—in the function signature?Originally posted by @simonpcouch in #483 (comment)
The text was updated successfully, but these errors were encountered: