download_photon {photon} | R Documentation |
Download the photon executable from GitHub.
download_photon(
path = ".",
version = NULL,
opensearch = FALSE,
only_url = FALSE,
quiet = FALSE
)
path |
Path to a directory to store the executable. |
version |
Version tag of the photon release. If |
opensearch |
If |
only_url |
If |
quiet |
If |
If only_url = FALSE
, returns a character string giving the
path to the downloaded file. Otherwise, returns the URL to be downloaded.
download_photon(tempdir(), version = "0.4.1")