#' @include find_vars.R
#' @describeIn find_vars Find variable ending in "qty"
#'
#' @export
find_qty_var <- function (
input_data,
...
) {
find_var(
input_data,
tidyselect::matches("_qty$"),
...)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.