bookdown_open: Open a a web-based bookdown folder in a browser

View source: R/03-viz.R

bookdown_openR Documentation

Open a a web-based bookdown folder in a browser

Description

Opens a previously generated HTML bookdown site from files in the specified folder. This is a shortcut function to access 'index.html' in the specified folder.

Usage

bookdown_open(bookdown_path)

Arguments

bookdown_path

A character string identifying the folder path containing the files to open the bookdown site.

Value

Nothing to be returned. The function opens a web page.

See Also

bookdown_template(),bookdown_open()

Examples

{

bookdown_path = tempdir()
bookdown_template(bookdown_path, overwrite = TRUE)
bookdown_render(bookdown_path, overwrite = TRUE)
bookdown_open(bookdown_path)

}


fabR documentation built on May 29, 2024, 2:58 a.m.