The presentation of the data (see examples) is easier to read
than with the traditional column-wise entry in dtx()
. This could be used
to enter small tables in R, but do not abuse of it!
Arguments
- ...
Specify the structure of the data frame by using formulas for variable names like
~x
for variablex
. Then, use one argument per value in the data frame. It is possible to unquote with!!
and to unquote-splice with!!!
.