#' @title Import and export various functions from various packages
#'
#' @name pkgsExport
#' @rdname pkgsExport
NULL
#'
#' Import and export fixef. See \code{\link[lme4]{fixef}}
#'
#' @importFrom lme4 fixef
#' @export fixef
#' @name fixef
#' @rdname pkgsExport
#' @keywords internal
NULL
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.