as_md_table: trans a tibble into markdown format table

View source: R/dataframe.R

as_md_tableR Documentation

trans a tibble into markdown format table

Description

trans a tibble into markdown format table

Usage

as_md_table(x, show = TRUE)

Arguments

x

tibble

show

show result instead of return the markdown string, TRUE as default

Value

NULL or markdown string

Examples


mini_diamond %>%
  head(5) %>%
  as_md_table()


baizer documentation built on Oct. 19, 2023, 9:07 a.m.