Skip to contents

Checks the date column is an s3 class and that region level column is a character in the cleaned data (data$clean)

Usage

expect_clean_cols(data, level)

Arguments

data

The clean data to check

level

character_array the level of the data to check

See also

Functions used for testing data is cleaned and processed correctly expect_columns_contain_data(), expect_processed_cols(), test_cleaning(), test_download_JSON(), test_download(), test_processing(), test_return()