powered by
Convert data.frame into table of TiddlyWiki
tw_table(df, collapse = "\n")
character string for table in TiddlyWiki
data.frame object
an optional character string to separate the results.
cars |> dplyr::slice(1:10) |> tw_table()
Run the code above in your browser using DataLab