Nothing
#' @title Return the First Parts of an Object
#'
#' @description This is a method for the [head()] generic.
#' See "Fallbacks" section for differences in implementation.
#' Return the first rows of a data.frame
#'
#' @param x A data.frame
#' @param n A positive integer, how many rows to return.
#' @param ... Not used yet.
#' @examples
#' head(mtcars, 2)
#' @seealso [head()]
#' @rdname head.duckplyr_df
#' @name head.duckplyr_df
NULL
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.