Learn R Programming

x3ptools (version 0.0.4)

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)

Value

x3p object

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.