| file_spec_templates {pkglite} | R Documentation |
File specification templates
Description
-
file_root_core()- core files under the package root -
file_root_all()- all files under the package root -
file_r()- files underR/ -
file_man()- files underman/ -
file_src()- files undersrc/ -
file_vignettes()- files undervignettes/ -
file_data()- files underdata/ -
file_tests()- files undertests/
Usage
file_root_core()
file_root_all()
file_r()
file_man()
file_src()
file_vignettes()
file_data()
file_tests()
Value
A file specification or a list of file specifications.
Specification
The contents of this section are shown in PDF user manual only.
[Package pkglite version 0.2.2 Index]