Description Usage Arguments See Also Examples
Make a column for "select all" input
1 2 3 4 5 6 7 8 9 10 11 12 13 14 | selectall(...)
as.selectall(x)
## S3 method for class 'selectall'
as.matrix(x, ...)
## S3 method for class 'selectall'
x[i, j, drop = FALSE]
## S3 method for class 'selectall'
is.na(x)
is.selectall(x)
|
... |
Named arguments of the same length. These should be logical, numeric (0/1) or a factor with two levels. |
x |
An object of class "selectall" |
i, j, drop |
Arguments to '[.matrix' |
1 2 3 4 5 6 7 8 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.