Learn R Programming

rtiddlywiki (version 0.5.2)

tw_table: Convert data.frame into table of TiddlyWiki

Description

Convert data.frame into table of TiddlyWiki

Usage

tw_table(df, collapse = "\n")

Value

character string for table in TiddlyWiki

Arguments

df

data.frame object

collapse

an optional character string to separate the results.

Examples

Run this code
cars |>
    dplyr::slice(1:10) |>
    tw_table()

Run the code above in your browser using DataLab