subset_ncol | R Documentation |
Utility function. Subset an object x
with columns and
return another with min(ncol, ncol(x)) columns.
subset_ncol(x, ncol, random)
x |
object to subset |
ncol |
new number of columns |
random |
logical, whether to take a random subset or just the head. |
help_downsize
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.