
Get path to a specific demo Rmd file
get_demo_path.RdGet path to a specific demo Rmd file
Examples
# Get path to a demo
demo_path <- get_demo_path("example-demo")
#> Error in get_demo_path("example-demo"): Demo 'example-demo.Rmd' not found. Available demos:
#> - hmm_bootstrap_demo.Rmd
#> - ms-varma-garch_diagnostics_report.Rmd
#> - ms-varma-garch_inference_demo.Rmd
#> - multivar_garch_comparison.Rmd
#> - portfolio-optimization.Rmd
# If you want to render it
# rmarkdown::render(demo_path, output_dir = tempdir())