#' Placeholder function for data tidying
#'
#' @param d Dataframe or Tibble to tidy
#' @param variables Vector of variable names specified in model function call.
#' @param ... Any parameters specified in model function call.
#'
#' @return Dataframe or Tibble
piaac_tidy <- function(d, variables, ...) {
return(d)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.