write.package: Write the code of a package to a file

View source: R/all.R

write.packageR Documentation

Write the code of a package to a file

Description

Uses write.package to write every function in a package to a specified directory.

Usage

write.package(pkg, folder)

Arguments

pkg

the package of interest

folder

the folder where to save the R files

Value

Nothing

Examples

# write.package('alrtools', 'some/folder/')


adamleerich/alrtools documentation built on March 12, 2024, 11:38 p.m.