Description Usage Arguments Value Examples
Convert r-objects to ldat's
1 2 3 4 5 6 7 8 9 10 |
x |
object to convert |
... |
further arguments passed to or from other methods |
Returns a ldat with columns corresponding to the columns in x.
When x is not a data.frame it is first converted to a
data.frame using a call to as.data.frame.
1 2 | a <- data.frame(a = 1:10, b = rnorm(10))
b <- as_ldat(a)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.