open_tidy_finance_website: Open Tidy Finance Website or Specific Chapter in Browser
Description
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.
Usage
open_tidy_finance_website(chapter = NULL)
Value
Invisible NULL. The function is called for its side effect of opening
a web page.
Arguments
chapter
An optional character string specifying the chapter to open.
If NULL (the default), the function opens the main page of Tidy Finance with R.
If a chapter name is provided (e.g., "beta-estimation"), the
function opens the corresponding chapter's page (e.g.,
"beta-estimation.html"). If the chapter name does not exist, then the
function opens the main page.