allreg_dataframe: Make data.frame with details of all registrations

View source: R/transformation.R

allreg_dataframeR Documentation

Make data.frame with details of all registrations

Description

Make data.frame with details of all registrations

Usage

allreg_dataframe(regdirs = getOption("nat.templatebrains.regdirs"))

Arguments

regdirs

Character vector of directories to search for registrations (see details)

Details

by default regdirs is set to getOption('nat.templatebrains.regdirs')

Value

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.

Examples

## Not run: 
allreg_dataframe()

## End(Not run)

nat.templatebrains documentation built on July 9, 2023, 6:18 p.m.