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)
This method allows for vignettes to be hosted remotely, reducing GGally's package size, and installation time.
# \donttest{
# View `ggnostic` vignette
vig_ggally("ggnostic")
# View all vignettes by GGally
vig_ggally()
# }