Description Usage Arguments Value
Transpose large data frame by block and gives the the SD of each block In case we have a large data frame and need to transpose it by block this fucntion will transpose it by block than it will give the SD of the column or of the rows of each block or of the hole block transposed
1 2 3 4 5 6 7 |
Data |
Data frame that will be imported. |
lengthBlock |
Nomber of columns that will be transposed for any block. |
cls |
The columns of the first block. Based on this columns the function will select identically the rows of every other block. |
rs |
Rows that will define the block that will be transposed. |
SD |
Character that can take the values Row, Col or Block. Based on the option that we'll choose and the function will return the SD of the Row, Col of each block or the general SD of all the block. |
tibble
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.