expr
and str
to .expr
and .str
in all the gen....
functions to allow variables like s
and e
(fixes https://github.com/patrickroocks/listcompr/issues/7)(x_1, ..., x_n)
short-cuts in nested expressionsa_i
placeholders within nested vector and list expressionsc(a, c)
gen.data.frame
such that non-fundamental types are accepted
(fixes https://github.com/patrickroocks/listcompr/issues/5)gen.(named).(data.frame|matrix)
must be exactly one rowbyrow
parameter to gen.(named).(data.frame|matrix)
which applies the Cartesian product by column to the expressiongen.named.(vector|list)
can be used as an inner expression of other gen.
-functionsgen.list
and similar functions accept characters with placeholders, removed gen.list.char
and gen.vector.char
gen.matrix
for auto-detected 2-dim matrixgen.matrix
automatically searches for two dimensions in the ... argumentsgen.named.data.frame
gen.matrix
and gen.named.matrix
for generating (named) matricesgen.logical.or
, added example to the vignetteAdd the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.