read_gslib: Import GSLIB's simplified GeoEase data format to a data...

Description Usage Arguments Value Examples

Description

read_gslib imports from GeoEase format. All columns are read as doubles as GSLIB does not support non-numeric data columns. The title is appended to the data as a comment. Will import a GSLIB grid file but does nothing with the grid definition information for now.

Usage

1
read_gslib(path)

Arguments

path

Path or connection to read from.

Value

A data frame.

Examples

1
read_gslib(rgslib_example("samples-na.dat"))

truemoid/rgslib documentation built on May 30, 2019, 2:14 p.m.