All functions

as.data.frame(<tidytensor>)

Convert a tidytensor to a data.frame representation.

as.list(<tidytensor>)

Convert a tidytensor into a nested list of tensors.

as.tidytensor()

Convert a vector, matrix, or array to a tidytensor type.

bind()

Bind two or more tidytensors to create a new one with a new rank.

combine_ranks()

Combine multiple ranks of a tensor into a single rank

partition()

Partition a tidytensor into a list of smaller tidytensors of the same rank

permute()

Permute the ranks of a tensor

print(<tidytensor>)

Print a tidytensor.

`ranknames<-`()

Assign ranknames to a tidytensor.

ranknames()

Get ranknames of a tidytensor.

set_dimnames()

Set dimnames() via a standard function call.

set_dimnames_for_rank()

Set dimnames() via a standard function call, for a particular rank.

set_ranknames()

Assign ranknames to a tidytensor via a standard function call.

shuffle()

Shuffle a tidytensor in the first rank.

stitch()

Concatenate two or more tidytensors to create a new one with the same rank

subset(<tidytensor>)

Subset dimensions of a tidytensor

tt()

Convert a vector, matrix, or array to a tidytensor type.

tt_apply()

Apply a function over lower ranks of a tidytensor