write_pkg: Write package

write_pkgR Documentation

Write package

Description

write_pkg() is a Write function that writes a file to a specified local directory. Specifically, this function implements an algorithm to write package. The function is called for its side effects and does not return a value.

Usage

write_pkg(package_1L_chr, R_dir_1L_chr = "R")

Arguments

package_1L_chr

Package (a character vector of length one)

R_dir_1L_chr

R directory (a character vector of length one), Default: 'R'

Value

No return value, called for side effects.


ready4-dev/ready4fun documentation built on April 22, 2024, 8:33 a.m.