View source: R/assert_date_named.R
assert_date_named | R Documentation |
This function asserts that the values in a specified column of a data frame are of Date type.
It uses the checkmate::assert_date
function to perform the assertion.
assert_date_named(column, df, prefix_column = NULL, ...)
column |
A character vector or string with the column name to be tested. |
df |
The data frame that contains the column. |
prefix_column |
A character string that will be prepended to the column name in the assertion message. Default is NULL. |
... |
Additional parameters are passed to the |
None
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.