f_html_table_html_and_rmd_link: create a DT::datatable that pairs Rmd and rendered html...

Description Usage Arguments Value Examples

Description

Extracts the title from the Rmd file and generates one column with links to the Rmd and one column with links to the html files.

Usage

1
2
f_html_table_html_and_rmd_link(wd = getwd(), folder_Rmd = getwd(),
  folder_html = getwd())

Arguments

wd

working directory, Default: getwd()

folder_Rmd

path to folder with Rmd files relative to wd (use '.' for wd and '..' for parent directory of wd ), Default: getwd()

folder_html

path to folder with html files relative to wd (use '.' for wd and '..' for parent directory of wd ), Default: getwd()

Value

DT::datatable

Examples

1
2
3
4
5
wd = file.path( system.file(package = 'oetteR') )
folder_Rmd = 'vignettes'
folder_html = 'vignettes'

f_html_table_html_and_rmd_link( wd, folder_Rmd, folder_html )

erblast/oetteR documentation built on May 27, 2019, 12:11 p.m.