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