What is transpose?

Before, analysis R provided numerous methods for reshaping data, and transpose is the simplest approach of reshaping a dataset. The t () function is used to transpose a matrix or a data frame.