Nothing
## ---- eval = FALSE------------------------------------------------------------
# if (!requireNamespace("BiocManager", quietly = TRUE))
# install.packages("BiocManager", repos = "https://cran.r-project.org")
# BiocManager::install("AnVILBilling")
## ---- message =FALSE, eval = TRUE, cache = FALSE------------------------------
library(AnVILBilling)
## ----lkd----------------------------------------------------------------------
suppressPackageStartupMessages({
library(AnVILBilling)
library(dplyr)
library(magrittr)
})
demo_rec
## ----lklklk-------------------------------------------------------------------
v = getValues(demo_rec@reckoning, "terra-submission-id")
v
## ----adasd--------------------------------------------------------------------
s = subsetByKeyValue(demo_rec@reckoning, "terra-submission-id", v)
s
## ----vars---------------------------------------------------------------------
names(s)
## ----lkpr---------------------------------------------------------------------
AnVILBilling:::getSkus(s)
## ----getsin-------------------------------------------------------------------
sessionInfo()
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.