fill_vector {flattabler}R Documentation

Fill in missing values in a vector

Description

Fills missing values in a vector with previous value.

Usage

fill_vector(v, contrary)

Arguments

v

A vector.

contrary

A boolean, fill in contrary sense.

Value

A vector.


[Package flattabler version 2.1.2 Index]