We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45057a6 commit 6d26a68Copy full SHA for 6d26a68
tools/gallery-screenshot.R
@@ -2,12 +2,8 @@
2
# Screenshot example for Gallery Image -----------------------------------
3
4
## Example: Run this command from root repo (on Windows)
5
-## quarto run .\tools\gallery-screenshot.R .\docs\gallery\dashboards\dashing-through-snow.png https://mine.quarto.pub/dashing-through-snow-py/
6
-
7
-## Example: Run this command from root repo (on Mac/Linux)
8
## quarto run ./tools/gallery-screenshot.R ./docs/gallery/dashboards/dashing-through-snow.png https://mine.quarto.pub/dashing-through-snow-py/
9
10
11
args <- commandArgs(trailingOnly = TRUE)
12
13
# Check if the correct number of arguments are provided
0 commit comments