check_scores_table: Check if the 'scores_table' is valid

View source: R/check_scores_table.R

check_scores_tableR Documentation

Check if the scores_table is valid

Description

Check if the scores_table is valid Will stop if not.

Usage

check_scores_table(scores_table)

Arguments

scores_table

table that contains the dimensionality reduction scores

Value

Nothing. Will stop if scores_table is invalid.

Author(s)

Richèl J.C. Bilderbeek

Examples

scores_table <- create_test_scores_table()
check_scores_table(scores_table)

richelbilderbeek/gcaer documentation built on March 25, 2024, 3:08 p.m.