Search notes:

R package: DT

The package DT is a wrapper around the JavaScript library DataTable.

datatable

The function datatable(df) allows to inspect a data frame in a HTML table:
df <- data.frame(
   col_one = c( 5    , 3     , 1   , 4    , 7     , 9    , 6   ),
   col_two = c('five','three','one','four','seven','nine','six')
);

DT::datatable(df);
Github repository about-r, path: /packages/DT/datatable.R
A search term can be entered into the search box in the HTML document:
Compare with the View(…) function.

See also

R packages

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