View source: R/check_numeric.R
check_numeric | R Documentation |
Checks for any columns that should be numeric, and ensures that they are indeed numeric.
check_numeric(sumstats_dt, cols = c("P", "SE", "FRQ", "MAF", "BETA"))
sumstats_dt |
Summary stats with column names already standardised by format_sumstats. |
cols |
Names of columns that should be numeric.
If any of these columns are not actually present in |
sumstats_dt
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.