powered by
This function is a convenience function to find and return the path to the GDC Data Transfer Tool executable assumed to be named 'gdc-client'. The assumption is that the appropriate version of the GDC Data Transfer Tool is a separate download available from https://gdc.cancer.gov/access-data/gdc-data-transfer-tool and as a backup from https://github.com/NCI-GDC/gdc-client.
gdc_client()
character(1) the path to the gdc-client executable.
The path is checked in the following order:
an R option("gdc_client")
an environment variable GDC_CLIENT
from the search PATH
in the current working directory
# NOT RUN { # this cannot run without first # downloading the GDC Data Transfer Tool gdc_client = try(gdc_client(),silent=TRUE) # }
Run the code above in your browser using DataLab