get_hcp_file {neurohcp} | R Documentation |
Get HCP file
Description
Wraps a make_aws_call
to a GET
statement to get the file
Usage
get_hcp_file(path_to_file = "/", ..., verbose = TRUE, verb = "GET")
head_hcp_file(...)
get_fcp_file(...)
head_fcp_file(...)
get_openneuro_file(...)
head_openneuro_file(...)
Arguments
path_to_file |
Path to file on HCP S3 Bucket |
... |
arguments to pass to |
verbose |
Should the URL be printed? |
verb |
passed to |
Value
Result of GET
[Package neurohcp version 0.9.0 Index]