expect_column_names_somewhere_in_data_frame | Check if the column names you expect to be in the df, are... |
expect_date | Check if a set of columns are dates. Useful for debugging... |
expect_dimensions_between | Check number of rows and columns matches expectation of range |
expect_no_duplicates | Check if a data frame has duplicates in a given column. If a... |
expect_no_nas | Check if there are any NA values in a data frame, or... |
expect_same_number_of_rows | Check if a dataframe has the same number of rows as another,... |
expect_values_only_in | Check that values in a discrete or categorical vector are... |
expect_zero_rows | Check if a dataframe has no rows. If a vector is given the... |
hello | Hello, World! |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.