required_pkgs.workflow | R Documentation |
Determine required packages for a workflow
## S3 method for class 'workflow'
required_pkgs(x, infra = TRUE, ...)
x |
A |
infra |
Should the core packages themselves be included in the result? Those are workflows and parsnip (for the model), as well as recipes if the workflow includes a recipes preprocessor and tailor if it includes a tailor post-processor. |
A character vector.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.