open_tidy_finance_website: Open Tidy Finance Website or Specific Chapter in Browser

View source: R/open_tidy_finance_website.R

open_tidy_finance_websiteR 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 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.

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")


tidyfinance documentation built on April 3, 2025, 6:10 p.m.