write_package | R Documentation |
Uses write_package
to write
every function in a package to a specified directory.
write_package(pkg, folder)
pkg |
the package of interest |
folder |
the folder where to save the R files |
Nothing
# write_package('alrtools', 'some/folder/')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.