Creates an ShinyGadget to capture training
1 2 | kartsim_capture(target_path = "capture", width = 32, height = 32,
circuit = 1)
|
target_path |
Destination path for captured images. |
width |
Width of captured image. |
height |
Height of captured image. |
circuit |
The circuit index, valid values: 1 or 2. #' @examples library(kartsim) if (interactive()) kartsim_capture() |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.