Notations list
notations_list.Rd
A list of all bundled notations.
This list is organized by least specific to most specific,
thereby enabling some unique behaviors in infer_notation()
.
See the examples for infer_notation()
.
Examples
notations_list
#> $first_dot_notation
#> pref_start pref_end suff_start suff_end
#> "" "." "." ""
#>
#> $dash_notation
#> pref_start pref_end suff_start suff_end
#> "" " - " " - " ""
#>
#> $arrow_notation
#> pref_start pref_end suff_start suff_end
#> "" " -> " " -> " ""
#>
#> $paren_notation
#> pref_start pref_end suff_start suff_end
#> "" " (" " (" ")"
#>
#> $bracket_notation
#> pref_start pref_end suff_start suff_end
#> "" " [" " [" "]"
#>
#> $from_notation
#> pref_start pref_end suff_start suff_end
#> "" " [from " " [from " "]"
#>
#> $of_notation
#> pref_start pref_end suff_start suff_end
#> "" " [of " " [of " "]"
#>
#> $to_notation
#> pref_start pref_end suff_start suff_end
#> "" " [to " " [to " "]"
#>
#> $in_notation
#> pref_start pref_end suff_start suff_end
#> "" " [in " " [in " "]"
#>
#> $bracket_arrow_notation
#> pref_start pref_end suff_start suff_end
#> "" " [-> " " [-> " "]"
#>