x3p_read_dat: Read data from an x-y-z file
Description
Read data from an x-y-z file
Usage
x3p_read_dat(dat, delim = " ", col_names = FALSE)
Arguments
- dat
path to the x-y-z file
- delim
character determining delimiter
- col_names
logical value - does the first line of the file contain the column names? Default is set to FALSE.