View source: R/get_report_tgz.R
artifact_folder_paths | R Documentation |
obtain all package artifact folder paths
artifact_folder_paths(
version = "3.16",
type = "bioc",
cache = BiocFileCache::BiocFileCache(),
url = NULL,
destbase = "report"
)
version |
character(1) defaults to "3.16" |
type |
character(1) defaults to 'bioc' which implies 'software'; see Note. |
cache |
instance of 'BiocFileCache::BiocFileCache()' |
url |
passed to 'get_report_tgz_cacheid' |
destbase |
passed to 'path_to_untarred_artifact_folders', defaults to "report" |
Use bbsBuildArtifacts:::valid_types() to see valid values for 'type'.
cururl = demo_url()
artifact_folder_paths(url=cururl, destbase="test_report")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.