This function creates a flat tabular file of cell values and corresponding paths.
export_as_tsv(tt, file = NULL, pathproc = collapse_path)import_from_tsv(file)
TableTree (or related class). A TableTree object representing a populated table.
character(1). The path of the file to written to or read from.
function. Internal detail, not intended for use by end users.
NULL
silently for export_as_tsv
, a data.frame with
re-constituted list values for export_as_tsv
.
List columns where at least one value has length > 1 are collapsed
to character vectors by collapsing the list element with "|"
.