new_rset | R Documentation |
Constructor for new rset objects
new_rset(splits, ids, attrib = NULL, subclass = character())
splits |
A list column of |
ids |
A character vector or a tibble with one or more columns that begin with "id". |
attrib |
An optional named list of attributes to add to the object. |
subclass |
A character vector of subclasses to add. |
Once the new rset
is constructed, an additional attribute called
"fingerprint" is added that is a hash of the rset
. This can be used to
make sure other objects have the exact same resamples.
An rset
object.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.