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

View source: R/linalg.R

column.feed.forwardR Documentation

Feeds missing values of each row with the values of its previous 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 previous 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.forward(tbl, col = 1, id_col = NULL)

genpack/gener documentation built on March 14, 2023, 9:52 a.m.