print_template {rprojtree} | R Documentation |
print_template
Description
print the files structure described by a builtin template or by a .json file
Usage
print_template(template_name)
Arguments
template_name |
name of the builtin template or the .json file to use. |
Details
jsonlite::prettify
is internally
used to add indentation to the JSON content.
Value
a JSON
class object as returned by jsonlite::prettify
.
See Also
Examples
print_template("basic_template")
[Package rprojtree version 1.0.0 Index]