csb_missingXY: Identifying Calls Missing Coordinate Data

Description Usage Arguments Value Examples

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

1
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

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

stlcsb documentation built on May 2, 2019, 4 a.m.