#' @title Rename columns
#'
#' @description This is a method for the [dplyr::rename()] generic.
#' See "Fallbacks" section for differences in implementation.
#' `rename()` changes the names of individual variables
#' using `new_name = old_name` syntax.
#'
#' @inheritParams dplyr::rename
#' @examples
#' library(duckplyr)
#' rename(mtcars, thing = mpg)
#' @seealso [dplyr::rename()]
#' @rdname rename.duckplyr_df
#' @name rename.duckplyr_df
NULL
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.