fill_na_below_first_non_na: Function to fill NA values below the first non-NA value in a...

View source: R/dyntaxa_api_functions.R

fill_na_below_first_non_naR Documentation

Function to fill NA values below the first non-NA value in a vector

Description

This internal function fills NA values below the first non-NA value in a vector.

Usage

fill_na_below_first_non_na(x)

Arguments

x

A vector.

Value

A vector with NAs filled below the first non-NA value.


sharksmhi/SHARK4R documentation built on Jan. 9, 2025, 5:15 p.m.