new_data | R Documentation |
This function resamples a column in a data frame. It first removes all NA's from the column, the samples that column without replacement. The resampled column then replaces the original column in the data frame.
new_data(Data, Column_Name = NA)
Data |
A data frame |
Column_Name |
The name of the column within the data frame that is to be resampled |
The same data frame provided, but with the specified column randomized.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.