R/get.program.defaults.R

get.program.defaults <- function() {

	# make a list of potential locations for the datasets file
	program.data.dirs <- paste(system.file("programdata/", package = "iDOS"), "/", sep = "");
	
	return (
		list(
			"program.data.dir" = program.data.dirs[1],
			"test.data.dir" = paste(program.data.dirs[1], "testdata/", sep = "")
			)
		);
	}

Try the iDOS package in your browser

Any scripts or data that you put into this service are public.

iDOS documentation built on May 2, 2019, 2:28 p.m.