file_spec_templates: File specification templates

file_spec_templatesR 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 under ⁠R/⁠

  • file_man() - files under ⁠man/⁠

  • file_src() - files under ⁠src/⁠

  • file_vignettes() - files under ⁠vignettes/⁠

  • file_data() - files under ⁠data/⁠

  • file_tests() - files under ⁠tests/⁠

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.


pkglite documentation built on June 25, 2024, 1:14 a.m.