slice_sample | R Documentation |
These objects are imported from other packages. Follow the links below to see their documentation.
slice_sample
## S3 method for class 'log'
slice_sample(.data, ..., n, prop, weight_by = NULL, replace = FALSE)
## S3 method for class 'grouped_log'
slice_sample(.data, ..., n, prop, weight_by = NULL, replace = FALSE)
slice_sample(log)
: Sample n
cases of a log
.
slice_sample(grouped_log)
: Sample n
cases from a grouped_log
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.