Meta_Numeric {scCustomize} | R Documentation |
Check if meta data columns are numeric
Description
Check if any present meta data columns are numeric and returns vector of valid numeric columns. Issues warning message if any columns not in numeric form.
Usage
Meta_Numeric(data)
Arguments
data |
a data.frame contain meta.data. |
Value
vector of meta data columns that are numeric.
Examples
## Not run:
numeric_meta_columns <- Meta_Numeric(data = meta_data)
## End(Not run)
[Package scCustomize version 2.1.2 Index]