read_gslib: Read .gslib grid format

Description Usage Arguments Details Value Examples

Description

This function read 3D grid properties in .gslib format and returns a data frame.

Usage

1
read_gslib(filename, complete = TRUE, propnull = "-99.00")

Arguments

filename

A character string giving the name or path of the file to be read.

complete

A logic flag telling if complete cases only should be returned. Default TRUE.

propnull

A character string specifying the null property value. Default "-99.00".

Details

If the filename you provide does not existe, the function stops and return an error message.

Value

This function returns a dataframe with lthe logs data read from a .las file.

Examples

1
2
3
4
## Not run: 
  read_gslib("filename.gslib")

## End(Not run)

ravenroadresources/petroreadr documentation built on May 23, 2019, 3:03 p.m.