md_templates: Markdown Templates

Description Usage Arguments Value

Description

Returns a string of templates in markdown format ready for inclusion in a report.

Usage

1
2
3
4
md_templates(sub = get_sub(), main = get_main(),
  report = get_report(), headings = list(character(0)),
  drop = list(character(0)), nheaders = 0L, header1 = 3L,
  locale = "en", ask = getOption("subfoldr.ask", TRUE))

Arguments

sub

A string of the path to the subfolders to save the object (by default = "").

main

A string of the main subfolder.

report

A string indicating the report folder to copy the csv files.

headings

A list of named character vectors.

drop

A list of character vectors specify the subfolders to drop.

nheaders

An count of the number of headings to assign headers to.

header1

A count of the heading level for the first header.

locale

A string of the locale.

ask

A string indicating whether to ask before creating a sub directory.

Value

A string of the report templates in markdown format ready for inclusion in a report.


poissonconsulting/subfoldr documentation built on Feb. 18, 2021, 11:17 p.m.