Make data.frame with details of all registrations
allreg_dataframe(regdirs = getOption("nat.templatebrains.regdirs"))
data.frame with one row for each observed registration and columns
path
name
dup
bridge
reference
sample
If there are no registrations, there will be a data.frame with 0 rows and these columns.
by default regdirs
is set to
getOption('nat.templatebrains.regdirs')
if (FALSE) { # \dontrun{
allreg_dataframe()
} # }