powered by
Indent Rd
Rd_indent(rd, indent.with = getOption("Rd::indent.with", " "), recursive = TRUE, ..., no.first = is(rd, "Rd_tag"), .check = TRUE)
an Rd container or an Rd tag.
What to indent with. See Rd_clean_indent().
Rd_clean_indent()
Indent recursively?
Ignored but included for forward compatibility and to force full names on subsequent parameters.
if the first element should be indented.
check for valid Rd?
# NOT RUN { (x <- Rd_description("line 1\n", "line 2\n")) Rd_indent(x) # }
Run the code above in your browser using DataLab