R/zzz.R
set_symbols.Rd
Name and symbol of operations related to sets, including intersection and union among others:
set_symbols
An object of class character of length 16.
character
https://www.fileformat.info/info/unicode/category/Sm/list.htm
set_symbols #> intersection union complement negation subsetOrEqual #> "∩" "∪" "∁" "¬" "⊆" #> supersetOrEqual notSubset notSuperset element notElement #> "⊇" "⊄" "⊅" "∈" "∉" #> empty contains notContained minus product #> "∅" "∋" "∌" "∖" "⨯" #> conditional #> "|"