as.data.frame.patch | R Documentation |
..
## S3 method for class 'patch'
as.data.frame(x, row.names = NULL, ..., long = TRUE)
x |
object of class 'patch' |
row.names |
name of patch. Note that this will be a column in the returned data.frame. If NULL, name is set to 1. If a vector of length greater than 1 is given, only the first name is used. |
... |
any other arguments. not used |
long |
whether the data.frame should be long (1 row for each variable in the object of class 'patch'), or wide (a single row where each variable in the object of class patch 'patch' is a column.) |
data.frame
Sangeeta Bhatia
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.