Skip to contents

Identifies forward-filled population records and sets them to NA.

Usage

remove_forward_fill_polis_pop(pop_data)

Arguments

pop_data

tibble Population data.

Value

tibble Population data with forward-filled values set to NA.

Examples

if (FALSE) { # \dontrun{
remove_forward_fill_polis_pop(pop_data)
} # }