Learn R Programming

geogenr (version 1.0.1)

get_basic_flat_table: Get basic flat table

Description

Get the layer group data in the form of a flat table that only includes the geoid column of the geographic data.

Usage

get_basic_flat_table(ul, remove_zeros = FALSE)

# S3 method for uscb_layer get_basic_flat_table(ul, remove_zeros = FALSE)

Value

A tibble object.

Arguments

ul

A uscb_layer object.

remove_zeros

A boolean, remove data with zero value.

Details

Optionally you can delete the rows whose measurement value is zero.