column.feed.backward: Feeds missing values of each row with the values of its next...

View source: R/linalg.R

column.feed.backwardR Documentation

Feeds missing values of each row with the values of its next row. Order columns appropriately brfore calling this function. If id_col is specified, then the table is grouped by that column before Input tbl is a table: data.frame, tibble or matrix

Description

Feeds missing values of each row with the values of its next row. Order columns appropriately brfore calling this function. If id_col is specified, then the table is grouped by that column before Input tbl is a table: data.frame, tibble or matrix

Usage

column.feed.backward(tbl, col = 1, id_col = NULL)

genpack/rutils documentation built on Jan. 24, 2025, 3:46 p.m.