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