walkSummary: Summarize tracks that form a walk.

View source: R/walks.R

walkSummaryR Documentation

Summarize tracks that form a walk.

Description

Create a table that summarizes tracks in a data frame that form a contiguous “walk”.

Usage

walkSummary(walkdat, dropType = FALSE, dropOwner = FALSE)

Arguments

walkdat

A data frame that contains tracks that form a contiguous “walk”. Usually made with walkMaker.

dropType

A logical for whether the Type variable should be dropped from the summary table.

dropOwner

A logical for whether the Owner variable should be dropped from the summary table.

Details

NONE YET

Value

Returns a kable table object.

Author(s)

Derek H. Ogle

See Also

walkMap

Examples

## None yet.


droglenc/gpxhelpers documentation built on Dec. 12, 2024, 1:33 a.m.