R/load_control_file.R

Defines functions load_control_file

Documented in load_control_file

load_control_file <-
function(xFilename) {

	# load the control csv
	cat("Loading PiB control information from file: ", xFilename, "\n\n")
	csv.df <- read.csv(xFilename, header=TRUE, stringsAsFactors=FALSE)

	# We are returning the data.frame
	csv.df

}
jnikelski/beagle.statistics documentation built on May 19, 2019, 2:58 p.m.