checks_to_markdown: Convert checks to markdown-formatted report

checks_to_markdownR Documentation

Convert checks to markdown-formatted report

Description

Convert checks to markdown-formatted report

Usage

checks_to_markdown(checks, render = FALSE)

Arguments

checks

Result of main pkgcheck function

render

If TRUE, render output as html document and open in browser.

Value

Markdown-formatted version of check report

See Also

Other extra: list_pkgchecks(), logfile_names(), render_md2html()

Examples

## Not run: 
checks <- pkgcheck ("/path/to/my/package")
md <- checks_to_markdown (checks) # markdown-formatted character vector
md <- checks_to_markdown (checks, render = TRUE) # HTML version

## End(Not run)

ropenscilabs/pkgcheck documentation built on Nov. 24, 2024, 8:31 p.m.