md_plots: Markdown Plots

Description Usage Arguments

Description

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

Usage

1
2
3
4
md_plots(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.


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