tribble | R Documentation |
Create a tidytable using a rowwise setup.
tribble(...)
... |
Column names as formulas, values below. See example. |
tribble(
~ x, ~ y,
"a", 1,
"b", 2,
"c", 3
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.