View source: R/pb_download_url.R
pb_download_url | R Documentation |
Returns the URL download for a public file. This can be useful when writing
scripts that may want to download the file directly without introducing any
dependency on piggyback
or authentication steps.
pb_download_url( file = NULL, repo = guess_repo(), tag = "latest", .token = gh::gh_token() )
file |
name or vector of names of files to be downloaded. If |
repo |
Repository name in format "owner/repo". Will guess the current repo if not specified. |
tag |
tag for the GitHub release to which this data should be attached. |
.token |
GitHub authentication token, see |
the URL to download a file
## Not run: pb_download_url("iris.tsv.xz", repo = "cboettig/piggyback-tests", tag = "v0.0.1") ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.