#' Helper for consistent documentation of `data`
#'
#' Use `@inheritParams data_param` to consistently document `data`.
#'
#' @param data Name of your Data Frame or Tibble object
#'
#' @name data_param
#' @keywords internal
NULL
#' Helper for consistent documentation of `text_var`
#'
#' Use `@inheritParams text_var` to consistently document `text_var`.
#'
#' @param text_var Name of your text variable. Can be given as a 'string' or a symbol - should refer to a column inside `data`
#'
#' @name text_var
#' @keywords internal
NULL
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.