open_output_dir {ezknitr} | R 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)
[Package ezknitr version 0.6.3 Index]