#' Init_Vector
#'
#' @return Two empty vectors for intake tracker and weight tracker to use
#' @export
#'
init_vectors <- function() {
wvec <<- c()
ivec <<- c()
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.