The bimload function loads the raw data as a data frame.
The function has several control and helper functions to ensure a correct
reading of data from multiple sources. Data can be read in one or two rows.
bimload(filename)
| filename | path to the raw data in *.txt format  | 
    
|---|
data.frame with the raw data
# Loading external data requires the path (including the filename.txt) if (FALSE) { dat <- bimload(path)}