readme: Readme HTML maker and Viewer

View source: R/utils.R

readmeR Documentation

Readme HTML maker and Viewer

Description

Readme HTML maker and Viewer

Usage

readme(tt)

Arguments

tt

tt_data object for printing

Value

Null, invisibly. Used to show readme of the downloaded TidyTuesday dataset in the Viewer.

Examples


if (rate_limit_check(quiet = TRUE) > 30) {
  tt_output <- tt_load_gh("2019-01-15")
  readme(tt_output)
}


tidytuesdayR documentation built on Sept. 14, 2024, 9:08 a.m.