Description Usage Arguments Value Examples
Compute number of columns of a data.frame (work around https://github.com/rstudio/sparklyr/issues/976 ).
1 | replyr_ncol(x)
|
x |
tbl or item that can be coerced into such. |
number of columns
1 2 | d <- data.frame(x=c(1,2))
replyr_ncol(d)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.