read_sl2: Read Lowrance binary track files

Description Usage Arguments Value References Examples

Description

Lowrance chart plotters use an ugly but straightforward binary format to encode their tracks. This function reads "SL2" files and likely reads "SLG" & "SL3" files as well.

Usage

1
read_sl2(path, verbose = TRUE)

Arguments

path

path to file

verbose

if TRUE shows progress

Value

data frame (tibble)

References

Examples

1
read_sl2(system.file("exdat", "example.sl2", package="arabia"))

hrbrmstr/arabia documentation built on June 9, 2019, 8:37 a.m.