readme: Readme HTML maker and Viewer

Description Usage Arguments Value Examples

View source: R/utils.R

Description

Readme HTML maker and Viewer

Usage

1
readme(tt)

Arguments

tt

tt_data object for printing

Value

Does not return anything. Used to show readme of the downloaded TidyTuesday dataset in the Viewer.

Examples

1
2
3
4
if(rate_limit_check(quiet = TRUE) > 10 & interactive()){
tt_output <- tt_load_gh("2019-01-15")
readme(tt_output)
}

tidytuesdayR documentation built on Feb. 1, 2022, 9:07 a.m.