Description Usage Arguments Value Examples
Takes a data.frame or a tibble and replaces
randomly part of the values by missing values.
1  | generate_na(x, p = 0.1, seed = NULL)
 | 
x | 
 
  | 
p | 
 Proportion of missing values to approximately add to each column of
  | 
seed | 
 An integer seed.  | 
x with missing values.
1  | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.