We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add_key_feat
key_feat
A wrapper around features(data, var, feat)
features(data, var, feat)
E.g.,
key_min
key_min(wages, xp)
Is equivalent to
features(wages, xp, list(min = min))
The text was updated successfully, but these errors were encountered:
The downside to this is that it kind of creates an explosion of functions, and I'm not sure I want to maintain all of them.
Sorry, something went wrong.
No branches or pull requests
A wrapper around
features(data, var, feat)
E.g.,
key_min
Is equivalent to
The text was updated successfully, but these errors were encountered: