csb_missingXY: Identifying Calls Missing Coordinate Data

View source: R/csb_missingXY.R

csb_missingXYR Documentation

Identifying Calls Missing Coordinate Data

Description

csb_missingXY returns a logical vector indicating if an observation is missing in either of the coordinate columns that come with the CSB data.

Usage

csb_missingXY(.data, varX, varY, newVar)

Arguments

.data

A tibble or data frame

varX

Name of column containing x coordinate data

varY

Name of column containing y coordinate data

newVar

Name of new column that is TRUE if coordinate data are missing and FALSE otherwise.

Value

A tbl with a logical vector appended to it.

Examples

csb_missingXY(january_2018, srx, sry, newVar = "missingXY")


slu-openGIS/stlcsb documentation built on Jan. 28, 2024, 12:10 p.m.