pSee | R Documentation |
Prints the input object and returns it, enabling you to inspect values inside a pipe.
pSee(x, max_elements = 100)
x |
The object to print and return. Default: None. |
The input object x
, unchanged.
results <- c(1, 2, 3) %>% pSee() %>% sqrt() %>% tail(2) ; results
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.