Description Usage Arguments Examples
get the download url of the package hosted as github release assets
1 2 3 4 5 | cyto_pkg_github_url(
pkg,
owner = getOption("cyto_repo_owner"),
bioc_ver = bioc_version()
)
|
pkg |
the package name |
owner |
the github owner |
bioc_ver |
the corresponding bioconductor version |
1 2 3 4 | ## Not run:
cyto_pkg_github_url("ggcyto")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.