Description Usage Arguments Value Examples
View source: R/write_PACKAGES.R
Write and delete packages.
1 2 3 4 5 6 7 |
dir |
Character vector describing the location of the repository (directory including source or binary packages) to generate the ‘PACKAGES’, ‘PACKAGES.gz’ and ‘PACKAGES.rds’ files from and write them to. |
Invisibly returns the number of packages described in the resulting 'PACKAGES', 'PACKAGES.gz' and 'PACKAGES.rds' files. If 0, no packages were found and no files were written.
1 2 3 4 5 6 | ## Not run:
write_packages_src(path_src())
write_packages_win(path_win())
write_packages_mac(path_mac())
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.