Skip to contents

Quickly get documentation for the rhud package by opening up the websites associated with it.

Quickly get documentation for the rhud package by opening up the websites associated with it.

Usage

skip_if_no_key()

rhud_website(website = c("github-pages", "github"))

Arguments

website

A character vector: the websites available.

  1. "github-pages"

  2. "github"

Examples

if (FALSE) {
rhud_website("github-pages")
rhud_website("github")
rhud_website()
}