Search notes:

R package: lobstr

lobstr provides a set of tools for inspecting and undersanding R data structures.

ast() - Abstract Syntax Tree

ast(…) prints the abstract syntax tree of the given code passed to the function:
library(lobstr)

ast( if (x > y) yes() else no() );
#
#  o-`if` 
#  +-o-`>` 
#  | +-x 
#  | \-y 
#  +-o-yes 
#  \-o-no 
Github repository about-r, path: /packages/lobstr/ast.R

See also

The str(…) function,
Exploring R objects
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...', 1745476662, '3.148.223.53', 'Mozilla/5.0 App...', NULL) #2 /home/httpd/vhosts/renenyffenegger.ch/httpsdocs/notes/development/languages/R/packages/lobstr/index(58): insert_webrequest() #3 {main} thrown in /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php on line 78