Description Usage Arguments Details Value Source Examples
This function allows you to pipe forward functions to open its help page.
1 | h(x)
|
x |
expression |
Using the pipe operator is commonplace and can influence the way you think
about using functions. When looking up help pages, it is typical to add a
question mark ?
to the beginning of a function open its help page (e.g.,
?dim
). This function allows you to write left-to-right and simply pipe the
function of interest into h
to open its help page.
None
https://stackoverflow.com/a/52080518/6873133
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.