#============================================
#============================================
#' Some title
#'
#' Some description
#'
#' @param parameterName Parameter descrption.
#'
#' @details
#' This function is awesome and does excellent stuff.
#'
#' @return
#' A data.table is returned with awesome stuff.
#'
#' @examples
#' x <- 1
#'
#' @seealso \code{\link[roxygen2]{roxygenize}} is used to generate the documentation.
#'
DefineIndividualWeightGram <- function(){
# Use @noRd to prevent rd-files, and @inheritParams runBaseline to inherit parameters (those in common that are not documented) from e.g. getBaseline. Use @section to start a section in e.g. the details. Use @inheritParams runBaseline to inherit parameters from e.g. runBaseline()
}
#============================================
#============================================
#' Some title
#'
#' Some description
#'
#' @param parameterName Parameter descrption.
#'
#' @details
#' This function is awesome and does excellent stuff.
#'
#' @return
#' A data.table is returned with awesome stuff.
#'
#' @examples
#' x <- 1
#'
#' @seealso \code{\link[roxygen2]{roxygenize}} is used to generate the documentation.
#'
DefineLengthCentimeter <- function(){
# Use @noRd to prevent rd-files, and @inheritParams runBaseline to inherit parameters (those in common that are not documented) from e.g. getBaseline. Use @section to start a section in e.g. the details. Use @inheritParams runBaseline to inherit parameters from e.g. runBaseline()
}
#============================================
#============================================
#' Some title
#'
#' Some description
#'
#' @param parameterName Parameter descrption.
#'
#' @details
#' This function is awesome and does excellent stuff.
#'
#' @return
#' A data.table is returned with awesome stuff.
#'
#' @examples
#' x <- 1
#'
#' @seealso \code{\link[roxygen2]{roxygenize}} is used to generate the documentation.
#'
DefineSpecCat <- function(){
# Use @noRd to prevent rd-files, and @inheritParams runBaseline to inherit parameters (those in common that are not documented) from e.g. getBaseline. Use @section to start a section in e.g. the details. Use @inheritParams runBaseline to inherit parameters from e.g. runBaseline()
}
#============================================
#============================================
#' Some title
#'
#' Some description
#'
#' @param parameterName Parameter descrption.
#'
#' @details
#' This function is awesome and does excellent stuff.
#'
#' @return
#' A data.table is returned with awesome stuff.
#'
#' @examples
#' x <- 1
#'
#' @seealso \code{\link[roxygen2]{roxygenize}} is used to generate the documentation.
#'
MergeAgeDeterminationToIndividual <- function(){
# Use @noRd to prevent rd-files, and @inheritParams runBaseline to inherit parameters (those in common that are not documented) from e.g. getBaseline. Use @section to start a section in e.g. the details. Use @inheritParams runBaseline to inherit parameters from e.g. runBaseline()
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.