Search notes:

R function: union

union() is one of the set operations.
set_1 = c('three', 'two', 'four', 'three', 'six');
set_2 = c('two', 'one', 'four', 'five', 'one', 'six');

union (set_1, set_2)
#
# "three" "two"   "four"  "six"   "one"   "five"
Github repository about-r, path: /functions/union.R

See also

Set operations
Index to (some) R functions

Index

Fatal error: Uncaught PDOException: SQLSTATE[HY000]: General error: 8 attempt to write a readonly database in /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php:78 Stack trace: #0 /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php(78): PDOStatement->execute(Array) #1 /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php(30): insert_webrequest_('/notes/developm...', 1745506093, '3.144.136.254', 'Mozilla/5.0 App...', NULL) #2 /home/httpd/vhosts/renenyffenegger.ch/httpsdocs/notes/development/languages/R/functions/union(49): insert_webrequest() #3 {main} thrown in /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php on line 78