Learn R Programming

tidytuesdayR (version 1.2.0)

readme: Readme HTML maker and Viewer

Description

Readme HTML maker and Viewer

Usage

readme(tt)

Value

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

Arguments

tt

tt_data object for printing

Examples

Run this code
if (FALSE) { # interactive()
if (rate_limit_check(quiet = TRUE) > 30) {
  tt_output <- tt_load_gh("2019-01-15")
  readme(tt_output)
}
}

Run the code above in your browser using DataLab