lv: List Vignettes available in the cmu202 Package

Description Usage Value Note See Also Examples

View source: R/list_vignette.R

Description

This function provides a wrapper for students to list the available vignettes only in the cmu202 package. lv returns a vector of vignettes a sstrings, each of which may be passed to the vv() function.

Usage

1
lv()

Value

vector. A vector of strings indicating the vignettes available in the cmu202 package.

Note

This command manipulates the datafame returned by vignette(package = "cmu202")

See Also

vignette, vv, vl

Examples

1
2
3
4
# x <- lv()
## x is a vector containing the vignettes
## the below command will be valid
# vv(lv()[[1]])

frank113/cmu202 documentation built on July 17, 2020, 9:31 p.m.