InvDtBbyB: Inversing data frame block by block

Description Usage Arguments Value

View source: R/F2.R

Description

Takes any NxN data fame and inverse its data block by block based on the predetermination that we'll give to the fonction.

Usage

1
InvDtBbyB(Data = data(), lengthBlock = integer(), cls = c(), rs = c())

Arguments

Data

Data frame that will be imported

lengthBlock

The length of the blocks that will be transposed.

cls

The columns that we want to include in the transposition.

rs

The rows of the first block. Based on this rows the function will select identically the rows of every other block.

Value

tibble


GlenDu/ODBbB documentation built on Dec. 17, 2021, 9:33 p.m.