check_rows.RdThis function prints the number of rows of a data frame. This function is used to check that rows are not deleted or doubled unless expected.
check_rows(df, name = NULL)A message is printed to the console with the number of rows of the data
check_rows(mtcars)
#> [1] "Number of rows of the mtcars: 32"