Search notes:

R: apply function family

The apply function family is R's preferred way to call a function on each element of a vector or a list.
apply(…)
lapply(…) which is moslty equal to sapply except that it returns a list rather than a vector,
Apparently, the l stands for list.
mapply(…),
sapply(…) allows to apply a function on each element of a vector. Apparently, the s stands for simplify.
rapply(…),
tapply(…)

See also

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...', 1745468781, '18.221.176.186', 'Mozilla/5.0 App...', NULL) #2 /home/httpd/vhosts/renenyffenegger.ch/httpsdocs/notes/development/languages/R/functions/_apply(57): insert_webrequest() #3 {main} thrown in /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php on line 78