Description Usage Arguments Value
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.
1 | read_las(filepath, replace_null = T)
|
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 |
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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.