Skip to content

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

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

Closed
EmilHvitfeldt opened this issue Jun 6, 2024 · 1 comment · Fixed by #1487
Closed

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

EmilHvitfeldt opened this issue Jun 6, 2024 · 1 comment · Fixed by #1487
Assignees
Milestone

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

@EmilHvitfeldt
Copy link
Member Author

touches on #1250

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

Successfully merging a pull request may close this issue.

1 participant