powered by
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 )
Run the code above in your browser using DataLab