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 Dec. 16, 2024, 8:49 a.m.