Description Usage Arguments Value
This function is used for the purpose of having the product block by block of two different data tables or matrices.
1 2 3 4 5 6 7 8 9 10 |
Data1 |
First data table or matrix that will be imported to the fonction and used to execute the matrix production with an other data table/matrix. |
length_block1 |
Nomber of rows that will be used to define the lenght of all blocks for the first data table or matrix. |
cl_Dt1 |
The columns of Data1 that we want to include in the first data product process. |
rows1 |
he rows of the first block of the Data2. Based on this rows the function will select identically the rows of every other block. |
Data2 |
The second data table or matrix that we will apply the product function block by block of the first data frame. |
length_block2 |
The length of the blocks that will be multiplied by the blocks of the first data table. |
cl_Dt2 |
The columns of Data2 that we want to include in the data product process. |
rows2 |
The rows of the first block of Data2. Based on this rows the function will select identically the rows of every other block. |
tibble
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.