View source: R/crew_controller_sequential.R
crew_controller_sequential | R Documentation |
The sequential controller runs tasks on the same R process where the controller object exists. Tasks run sequentially rather than in parallel.
crew_controller_sequential()
Other sequential controllers:
crew_class_controller_sequential
if (identical(Sys.getenv("CREW_EXAMPLES"), "true")) {
controller <- crew_controller_sequential()
controller$push(name = "task", command = sqrt(4))
controller$pop()
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.