Description Usage Arguments Value Examples
View source: R/HELPER_show_documentation.R
show_documentation
is a function to open the documentation (available
as html file) in a browser.
1 | show_documentation(topic = c("README", "forecast_models"), test_mode = F)
|
topic |
A character string indicating which of the available documentation files to display. |
test_mode |
Boolean, which is only set to TRUE when testing this function within the testthat framework for building the tsforecast package. |
An html document with documentation.
1 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.