powered by
This parses the result from hcp_list_files and organizes the files into data.frames
hcp_list_files
data.frame
parse_list_files(ret)
List of 2 data.frames, the contents and the commonprefixes
commonprefixes
elements from the list
object with element parsed_result, usually from hcp_list_files
parsed_result
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