#' Inventory Printer Function
#'
#' @description Function to print a copy of the inventory in a nice tibble
#' format.
#'
#' @param .inventory
#'
#' @return
#' @export
#'
#' @examples
inv_PrintInventory <- function(.inventory = inv_ConnectInventory()){
test_inventory %>%
inv_ConvertFromYAML() %>%
.[["basic"]] %>%
tibble::as_tibble()
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.