Skip to content
New issue

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

make sure we document and test all ways of creating a recipe #1335

Open
EmilHvitfeldt opened this issue Jun 6, 2024 · 0 comments
Open

make sure we document and test all ways of creating a recipe #1335

EmilHvitfeldt opened this issue Jun 6, 2024 · 0 comments
Assignees

Comments

@EmilHvitfeldt
Copy link
Member

EmilHvitfeldt commented Jun 6, 2024

the following

recipe(data.frame)

recipe(data.frame, vars = vars, roles = roles)

recipe(data.frame, vars = formula)

recipe(formula, data.frame)

recipe(matrix)

recipe(matrix, vars = vars, roles = roles)

recipe(matrix, vars = formula)

I'm not including recipe(formula, matrix) because it is too similar to recipe(formula, data.frame) because we just call as_tibble() on it

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant