Description Usage Arguments Details Value Examples
This function read 3D grid properties in .gslib format and returns a data frame.
1  | read_gslib(filename, complete = TRUE, propnull = "-99.00")
 | 
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   | 
propnull | 
 A character string specifying the null property value.
Default   | 
If the filename you provide does not existe, the function stops and
return an error message.
This function returns a dataframe with lthe logs data read from a .las file.
1 2 3 4  | ## Not run: 
  read_gslib("filename.gslib")
## End(Not run)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.