#' List Available StatsNWT Matrices
#'
#' @return A dataframe of the indices and names of known matrices
#' @export
#'
#' @examples
nrnr_list_matrices <- function() {
unique(series_metadata[!is.na(series_metadata$matrix_id),1:2])
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.