Description Usage Arguments Details Value Examples
This function creates an ldat
object, which behaves similar to a
data.frame
except that its columns are lvec
. This
allows and ldat
to have an arbitrary large number of rows without
running into memory problems.
1 2 3 |
... |
these arguments are of either the form ‘tag = value’ or ‘value’.
Each argument becomes a column in the |
x |
object for which to check if it is of type ldat |
Each of the arguments of ldat
is converted to an lvec
when it isn't already and lvec
using calls to
as_lvec
. The arguments are required to all have the same
length (unlike data.frame
).
An object of type ldat
. This object is basically a list with
lvec
objects.
1 2 3 4 5 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.