Description Usage Arguments Value Examples
Subsets data to remove any call with a date and time canceled.
| 1 | csb_canceled(.data, var, drop = TRUE)
 | 
| .data | A tibble or data frame | 
| var | Name of the column containing cancellation timestamps | 
| drop | A logical scalar; if  | 
Returns a tibble with the rows containing dates and times for the given variable removed.
| 1 2 | csb_canceled(january_2018, var = "datecancelled")
csb_canceled(january_2018, var = "datecancelled", drop = FALSE)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.