open_tidy_finance_website {tidyfinance} | R Documentation |
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)
Arguments
chapter |
An optional character string specifying the chapter to open.
If |
Value
Invisible NULL
. The function is called for its side effect of opening
a web page.
Examples
open_tidy_finance_website()
open_tidy_finance_website("beta-estimation")
[Package tidyfinance version 0.3.0 Index]