tw_table: Convert data.frame into table of TiddlyWiki

View source: R/utils.R

tw_tableR Documentation

Convert data.frame into table of TiddlyWiki

Description

Convert data.frame into table of TiddlyWiki

Usage

tw_table(df, collapse = "\n")

Arguments

df

data.frame object

collapse

an optional character string to separate the results.

Value

character string for table in TiddlyWiki

Examples

cars |>
dplyr::slice(1:10) |>
tw_table()

rtiddlywiki documentation built on Nov. 5, 2025, 7:32 p.m.