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 79fbb5e commit 38fc193Copy full SHA for 38fc193
source/viz.Rmd
@@ -1468,7 +1468,7 @@ to save a file containing this image.
1468
`ggsave` works by taking a file name to create for the image
1469
as its first argument.
1470
This can include the path to the directory where you would like to save the file
1471
-(e.g., `img/filename.png` to save a file named `filename` to the `img` directory),
+(e.g., `img/viz/filename.png` to save a file named `filename` to the `img/viz/` directory),
1472
and the name of the plot object to save as its second argument.
1473
The kind of image to save is specified by the file extension.
1474
For example,
0 commit comments