Description Usage Arguments Details
Converts a big dataframe into a list of smaller dataframes, grouped using any column in the database, or any external vector.
1 2 | split_data(censdata, splitcol = "sp", keepsplitcol = FALSE,
allsplit = NULL, showOutput = NULL)
|
censdata |
A table of plot census data. |
splitcol |
The name of any variable in |
keepsplitcol |
Can be set to TRUE in order to retain in the new dataframes the column on which the data are grouped; otherwise, that column is removed. |
allsplit |
Can be set to a vector of data sections to be included; if allsplit includes values not in the data, empty elements are included in the list, but if allsplit includes fewer values than found in the data, then missing elements are omitted. |
showOutput |
xxxdocparam |
The old name split.data clashed with an S3 method, so it was replaced by split_data.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.