#' @name dollar
#'
#' @title Method override for `'$'` subset function regarding IBRAP S4 object
#'
#' @exportMethod `$`
setMethod(f = '$', signature = 'IBRAP',
function(x,
name){
as.list(x@sample_metadata)[[name]]
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.