tbl_check_table | R Documentation |
tbl_check_table()
and tbl_grade_table()
were renamed to tbl_check()
and tbl_grade()
.
tbl_check_table( object = .result, expected = .solution, check_class = TRUE, check_names = TRUE, check_column_order = FALSE, check_dimensions = TRUE, check_groups = TRUE, check_columns = TRUE, check_column_class = check_columns, check_column_values = check_columns, env = parent.frame() ) tbl_grade_table( object = .result, expected = .solution, max_diffs = 3, check_class = TRUE, check_names = TRUE, check_column_order = FALSE, check_dimensions = TRUE, check_groups = TRUE, check_columns = TRUE, check_column_class = check_columns, check_column_values = check_columns, env = parent.frame(), ... )
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.