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)

Arguments

filename

path to the raw data in *.txt format

Value

data.frame with the raw data

Examples

# Loading external data requires the path (including the filename.txt) if (FALSE) { dat <- bimload(path)}