read_las: Read a LAS file

Description Usage Arguments Value

View source: R/las_read.R

Description

Reads a CWLS LAS file and returns a list object with the VERSION, WELL, CURVE, PARAMETER, OTHER and LOG sections, as well as storing the original path of the file.

Usage

1
read_las(filepath, replace_null = T)

Arguments

filepath

string path to the LAS file

replace_null

boolean replace the NULLS in the LOG section (as given by the WELL table) to the R NA value

Value

Returns a list object with VERSION, WELL, CURVE, PARAMETER, OTHER and LOG sections. WELL, CURVE, PARAMETER and LOG are data.frames. OTHER is a string with line breaks. VERSION is a numeric (1.2 or 2.0)


Gitmaxwell/lastools documentation built on May 16, 2020, 2:46 p.m.