scrape_gpx: Function to read 'GPX' files as tabular data.

View source: R/scrape_gpx.R

scrape_gpxR Documentation

Function to read GPX files as tabular data.

Description

Function to read GPX files as tabular data.

Usage

scrape_gpx(
  file,
  transform = TRUE,
  creator = FALSE,
  .id = NULL,
  verbose = FALSE
)

Arguments

file

A vector of GPS file names.

transform

Should latitude and longitude be used to calculate speed and distance if the file contains the appropriate variables?

creator

Should the creator variable be extracted from the file?

.id

Optional variable name for file name in the returned tibble.

verbose

Should the function give messages?

Value

Tibble.

Author(s)

Stuart K. Grange


skgrange/gissr documentation built on Feb. 24, 2024, 2:55 p.m.