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
It could be useful to have documentation on using features. The function comes from fabletools but its not documented well there, points to many other things to read.
Trying to add a new calculation, and just setting the function works but gives bad labels.
> wages %>%
+ features(xp, min)
New names:
* `` -> ...1
New names:
* ...1 -> ...2
# A tibble: 888 x 2
id ...2
<int> <dbl>
1 31 0.015
and trying to give a name, throws an error
> wages %>%
+ features(xp, m=min)
Error in .l[[1]] : subscript out of bounds
It could be useful to have documentation on using features. The function comes from fabletools but its not documented well there, points to many other things to read.
The text was updated successfully, but these errors were encountered: