Learn R Programming

retistruct (version 0.8.0)

retistruct.batch.summary: Extract summary data for a batch of reconstructions

Description

Recurse through a directory tree, determining whether the directory contains valid derived data and extracting summary data if it does.

Usage

retistruct.batch.summary(tldir = ".", cache = TRUE)

Value

Data frame containing summary data

Arguments

tldir

The top level directory of the tree through which to recurse.

cache

If TRUE use the cached statistics rather than generate on the fly (which is slower).

Author

David Sterratt