Learn R Programming

annotater (version 0.2.4)

align_annotations: Vertical alignment of package annotations

Description

Internal helper function, based on `unheadr::regex_valign``

Usage

align_annotations(
  annot_string,
  regex_ai = paste0("(?!\\))(?!\\s)(?=\\#\\sCRAN\\sv|",
    "\\#\\sBiocon|\\#\\snot\\sinstall|", "\\#\\s\\[|\\#\\sPosit R)"),
  sep_str = ""
)

Value

A character vector with vertically aligned package calls.

Arguments

annot_string

Character vector with annotated package calls.

regex_ai

Custom regular expression to match lines with package annotations.

sep_str

Whitespace separator.