vig_ggally | R Documentation |
This function will open the directly to the vignette requested. If no name
is provided, the index of all GGally vignettes will be opened.
vig_ggally(name)
name |
Vignette name to open. If no name is provided, the vignette index will be opened |
This method allows for vignettes to be hosted remotely, reducing GGally's package size, and installation time.
# View `ggnostic` vignette
vig_ggally("ggnostic")
# View all vignettes by GGally
vig_ggally()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.