check_rows | R Documentation |
This 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)
df |
The data frame whose rows are to be counted |
name |
The name of the data file (this will be printed) |
A message is printed to the console with the number of rows of the data
check_rows(mtcars)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.