get_file_list: Imports List of Time Series or Confound Files

Description Usage Arguments Value Author(s) Examples

View source: R/get_file_list.R

Description

This function stores the file locations of each subject's file in a list.

Usage

1
get_file_list(path, full.names = "TRUE")

Arguments

path

The location of the files.

full.names

TRUE gets full path. FALSE retrieves only the names of the files. Defaults to TRUE.

Value

The list of file locations or names.

Author(s)

Brandon Vaughan

Examples

1
2
3
ts_file_locations = get_file_list(path="C:/Users/Yourname/Documents/brainstudy/ts/")

confound_file_locations = get_file_list(path="C:/Users/Yourname/Documents/brainstudy/confoundm/")

abnormally-distributed/rsfcNet documentation built on March 8, 2020, 5:32 p.m.