.pkgName <- packageName()
.pkgVersion <- packageVersion(.pkgName)
#' Chromium test data URL
#' @keywords internal
#' @export
#' @examples
#' ChromiumTestsURL
ChromiumTestsURL <- # nolint
paste0(
"https://r.acidgenomics.com/testdata/chromium/",
"v", .pkgVersion$major, ".", .pkgVersion$minor # nolint
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.