pLength | R Documentation |
Prints the length of the input object and returns it, allowing you to verify length inside a pipe operation.
pLength(x)
x |
The object whose length to print and return. Default: None. |
The input object x
, unchanged.
results <- c(9:1) %>% tail(4) %>% pLength() %>% sqrt() ; results
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.