Search notes:

R: The workspace

The workspace is held in the computer's memory. It keeps, for examples, variable definitions.
ls shows the variables and functions that are defined in the current workspace.
Use rm to delete (remove) variables from the workspace.
The workspace can be saved to disk with save.image("filename").
If R is started with the --no-restore startup option, a previously saved workspace is not restored. Similarly, with --no-save, R does not write a workspace file when R is exited.

See also

.RData

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