Description Usage Arguments Examples
Keeps these columns, if they exist: sheet, address, row, col,
data_type, and value, and if types is TRUE, also is_blank,
logical, numeric, date, character, and formula.
1  | keep_minimal(.data, types = FALSE)
 | 
.data | 
 A table of tidy spreadsheet data (i.e., with columns   | 
types | 
 If   | 
1 2 3 4  | .data = data.frame(row=rep(1:3, each = 2), col = rep(1:2, times = 3), value = sample.int(6),
  format_code = sample.int(6))
head(.data)
keep_minimal(.data)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.