tests/testthat/test_read-write-read.R

# Do a read-write-read cycle tests on all test files

files <- list.files("data", pattern="test", full.names=TRUE);

for (f in files) {
	fn <- as.filename(f);
	context(toupper(fn$ext));
	test_read_write_read(f);
}

Try the io package in your browser

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

io documentation built on Dec. 18, 2019, 1:39 a.m.