| qtbi_help | R Documentation |
Prints a topic index for the main qtbi functions and optionally opens
documentation for a specific topic. Use this when you want a guided entry
point to the package; standard R help remains available via ?function_name
and help(package = "qtbi").
qtbi_help(topic = NULL)
topic |
Optional character string naming a function or topic to open. If omitted, a summary index is printed. |
Invisibly returns NULL. When topic is supplied, the corresponding
help page is opened as a side effect.
qtbi_help()
qtbi_help("estimate_qtbi")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.