print_template: print_template

View source: R/funs.R

print_templateR 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

jsonlite::prettify

Examples

print_template("basic_template")


miguel-conde/rprojtree documentation built on March 20, 2022, 7:05 a.m.