tests/pkg/R/sample.R

#' 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
nteetor/hyderogen documentation built on June 1, 2019, 9:13 p.m.