open_output_dir: Open the directory containing the output from the last...

View source: R/open_output_dir.R

open_output_dirR Documentation

Open the directory containing the output from the last ezknitr command

Description

Call this function after running ezspin or ezknit to open the resulting output directory in your file browser. This is simply a convenience function so that if you want to see the results you don't need to navigate to the appropriate folder manually.

Usage

open_output_dir()

Examples

## Not run: 
library(ezknitr)
setup_ezspin_test()
ezspin("R/ezspin_test.R", wd = "ezknitr_test")
open_output_dir()

## End(Not run)

ezknitr documentation built on Aug. 20, 2023, 9:06 a.m.