R/translate-me.R

Defines functions translate_me

Documented in translate_me

#'  Title of documentation
#'
#'  Slightly longer description
#'
#'  @param x a parameter
#'  @param b more parameter
#'
#'  @details
#'  Details ahoy! With **markdown**!
#'
#'  @section Custom section:
#'
#'  This is a custom section.
#'
#'  @examples
#'
#'  translate_me()
#' @export
translate_me <- function(x = 1, b = 2) {
  print("done!")
}
eliocamp/translated documentation built on Aug. 23, 2023, 7:59 a.m.