#' moduleDocs
#'
#' moduleDocs
#'
#'
#' @inheritParams common_attributes
#'
#' @return a moduleDocs list object
#'
#' @export
moduleDocs <- function(moduleName = NULL,
moduleDescription = NULL,
recommendedUsage = NULL,
standAlone = NULL){
Filter(Negate(is.null),
list(
moduleName = moduleName,
moduleDescription = moduleDescription,
recommendedUsage = recommendedUsage,
standAlone = standAlone))}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.