parse_list_files: Parse listed files from HCP bucket

Description Usage Arguments Value Examples

View source: R/parse_list_files.R

Description

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

Usage

1

Arguments

ret

object with element parsed_result, usually from hcp_list_files

Value

List of 2 data.frames, the contents and the commonprefixes elements from the list

Examples

1
2
3
4
5
if (have_aws_key()){
   ret = hcp_list_files(prefix = "HCP/100307/unprocessed/3T/Diffusion")
   parsed = parse_list_files(ret)
   stopifnot(!is.null(parsed$contents))
 }

neurohcp documentation built on Oct. 23, 2020, 6:41 p.m.