View source: R/open_tidy_finance_website.R
open_tidy_finance_website | R Documentation |
Opens the main Tidy Finance website or a specific chapter within the site in the user's default web browser. If a chapter is specified, the function constructs the URL to access the chapter directly.
open_tidy_finance_website(chapter = NULL)
chapter |
An optional character string specifying the chapter to open.
If |
Invisible NULL
. The function is called for its side effect of opening
a web page.
open_tidy_finance_website()
open_tidy_finance_website("beta-estimation")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.