Skip to contents

Given a job ID this function will download the results of a Clue job as compressed tarball to the given location or to a temprary folder

Usage

clue_query_download(clue_query, destination = NULL, api_key = NULL)

Arguments

clue_query

Job ID or job parameters returned by clue_query_submit

destination

Path to download destination.

api_key

Clue API key. Leave empty if it is saved in ~/.Renviron

Value

Path to result tarball.