View source: R/check_scores_table.R
check_scores_table | R Documentation |
scores_table
is validCheck if the scores_table
is valid
Will stop if not.
check_scores_table(scores_table)
scores_table |
table that contains the dimensionality reduction scores |
Nothing.
Will stop if scores_table
is invalid.
Richèl J.C. Bilderbeek
scores_table <- create_test_scores_table()
check_scores_table(scores_table)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.