View source: R/download-photon.R
| download_photon | R Documentation |
Download the photon executable from GitHub.
download_photon(
path = tempdir(),
version = NULL,
opensearch = TRUE,
only_url = FALSE,
quiet = FALSE
)
path |
Path to a directory to store the executable. Defaults to
|
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", opensearch = FALSE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.