write_vignette: Write vignette

Description Usage Arguments

Description

write_vignette() is a Write function that writes a file to a specified local directory. Specifically, this function implements an algorithm to write vignette. The function is called for its side effects and does not return a value. WARNING: This function writes R scripts to your local environment. Make sure to only use if you want this behaviour

Usage

1
write_vignette(package_1L_chr, pkg_rt_dir_chr = ".")

Arguments

package_1L_chr

Package (a character vector of length one)

pkg_rt_dir_chr

Package root directory (a character vector), Default: '.'


readyforwhatsnext/ready4fun documentation built on Nov. 22, 2020, 9:28 p.m.