Learn R Programming

neurohcp (version 0.11.0)

parse_list_files: Parse listed files from HCP bucket

Description

This parses the result from hcp_list_files and organizes the files into data.frames

Usage

parse_list_files(ret)

Value

List of 2 data.frames, the contents and the commonprefixes

elements from the list

Arguments

ret

object with element parsed_result, usually from hcp_list_files

Examples

Run this code
if (have_aws_key()){
   ret = hcp_list_files(prefix = "HCP/100307/unprocessed/3T/Diffusion")
   parsed = parse_list_files(ret)
   stopifnot(!is.null(parsed$contents))
 }

Run the code above in your browser using DataLab