#' Null
#'
#' A `NULL` block.
#'
#' @family my_collection
#' @export
#' @name custom_page
NULL
#' @description
#'
#' Another description for custom page.
#'
#' @rdname custom_page
NULL
#' Fun
#'
#' A function block.
#'
#' @param foo bar
#'
#' @family my_collection
#' @export
fun <- function() {
}
#' Bar
#'
#' Another function.
#'
#' @details
#'
#' hello, world!
#'
#' @export
bar <- function() {
}
#' Object
#'
#' An object block.
#'
#' @rdname other
#' @name iris
iris
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.