Open the directory containing the output from the last ezknitr command
Source:R/open_output_dir.R
open_output_dir.Rd
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.
Examples
if (FALSE) { # \dontrun{
library(ezknitr)
setup_ezspin_test()
ezspin("R/ezspin_test.R", wd = "ezknitr_test")
open_output_dir()
} # }