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/gener documentation built on March 14, 2023, 9:52 a.m.