vec_check_vector | R Documentation |
vec_check_vector()
and vec_grade_vector()
were renamed to vec_check()
and vec_grade()
.
vec_check_vector( object = .result, expected = .solution, check_class = TRUE, check_length = TRUE, check_levels = TRUE, check_values = TRUE, check_names = TRUE, env = parent.frame() ) vec_grade_vector( object = .result, expected = .solution, max_diffs = 3, check_class = TRUE, check_length = TRUE, check_values = TRUE, check_names = TRUE, env = parent.frame(), ... )
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.