inst/testfiles/multi-paragraph-description.R

foo <- function
### This description
###
### should make it into the docs.
(x){
}

.result <- list(foo=list(
  description="This description\n\nshould make it into the docs.",
  definition="foo <- function\n### This description\n###\n### should make it into the docs.\n(x){\n}",
  format="",
  "item{x}"="x ",
  title="foo"))

Try the inlinedocs package in your browser

Any scripts or data that you put into this service are public.

inlinedocs documentation built on Oct. 19, 2023, 1:06 a.m.