Create an R Package from a Flow
pack(flow, path, package_name = flow$name, open = FALSE)
flow | The flow to export as a package |
---|---|
path | Root folder where to create the package |
package_name | Package name. The default is the name assgined to the workflow. |
open | Logical value indicating if the new project should be opened in a new RStudio window. |
Invisibly TRUE
.