Nothing
Code
ast(!!x)
Output
█─`function`
├─█─x = ``
├─█─`if`
│ ├─█─`>`
│ │ ├─x
│ │ └─1
│ └─█─f
│ ├─█─`$`
│ │ ├─y
│ │ └─x
│ ├─"x"
│ └─█─g
└─<inline srcref>
Code
ast(!!x)
Output
o-`function`
+-o-x = ``
+-o-`if`
| +-o-`>`
| | +-x
| | \-1
| \-o-f
| +-o-`$`
| | +-y
| | \-x
| +-"x"
| \-o-g
\-<inline srcref>
Code
ast(!!x)
Output
o-list
+-logical = o-c
| +-FALSE
| +-TRUE
| \-NA
+-integer = 1L
+-double = 1
+-character = "a"
\-complex = 1i
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.