#' @title ajuda
#' @description ajuda recorre a documentação sobre o uso das funções
#' @param x PARAM_DESCRIPTION
#' @return OUTPUT_DESCRIPTION
#' @details DETAILS
#' @examples
#' \dontrun{
#' if(interactive()){
#' #EXAMPLE1
#' }
#' }
#' @rdname ajuda
#' @export
ajuda <- function(x){
help(x)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.