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="",
       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 May 2, 2019, 4:44 p.m.