Search notes:

R function: View

m <- matrix( c(
       10, 'foo', 22.5,
       20, 'bar', 18.9,
       30, 'baz', 13.4
     ),
     ncol = 3,
     byrow = TRUE
)

rownames(m) <- c('Col 1', 'Col 2', 'Col 3')

View(m)

# TODO: Is there not a more elegant way to keep the opened window of View,
Sys.sleep(10)
Github repository about-r, path: /functions/View/View.R

See also

The function datatable in the DT package.
Exploring R objects
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...', 1745474303, '18.216.156.171', 'Mozilla/5.0 App...', NULL) #2 /home/httpd/vhosts/renenyffenegger.ch/httpsdocs/notes/development/languages/R/functions/View(62): insert_webrequest() #3 {main} thrown in /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php on line 78