available_templates {rprojtree} | R Documentation |
available_templates
Description
available_templates
Usage
available_templates()
Details
These are the structures defined by the currently available builtin templates:
-
basic_template
-
data/
-
clean/
-
raw/
-
-
docs/
-
outputs/
-
files/
-
reports/
-
-
R/
-
global.R
-
scripts/
-
src/
-
-
-
py_template
-
data/
-
clean/
-
raw/
-
-
docs/
-
outputs/
-
files/
-
reports/
-
-
PYTHON/
-
setup.py
-
notebooks/
-
projpkj/
-
__init__.py
-
-
scripts/
-
tests/
-
-
-
py_r_template
: a combination ofbasic_template
andpy_template
Value
A character list with the names of the built-in templates available in the package
Examples
available_templates()
[Package rprojtree version 1.0.0 Index]