count_trips: Adds a column with the trip number and removes central...

View source: R/count_trips.R

count_tripsR Documentation

Adds a column with the trip number and removes central locations

Description

Adds a column with the trip number and removes central locations

Usage

count_trips(GPS_data = GPS_data)

Arguments

GPS_data

A data frame with a column named 'trip_number'

Value

Returns a data frame with the trip number and without central locations

Examples

GPS_trips<-count_trips(GPS_data=GPS_trip)

MiriamLL/sula documentation built on July 7, 2024, 10:34 a.m.