bids_parse_files: Extract the filenames from a PET BIDS study

View source: R/kinfitr_bids.R

bids_parse_filesR Documentation

Extract the filenames from a PET BIDS study

Description

This function returns a data frame of the files for each measurement in a PET BIDS study, its path, and what it is.

Usage

bids_parse_files(studypath)

Arguments

studypath

The BIDS study path for the main study.

Value

A data frame of the files, what they are, and where they are

Author(s)

Granville J Matheson, mathesong@gmail.com

Examples

## Not run: 
filedata <- bids_parse_files(studypath)

## End(Not run)

mathesong/kinfitr documentation built on Jan. 15, 2024, 11:07 p.m.