Meta_Numeric | R Documentation |
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.
Meta_Numeric(data)
data |
a data.frame contain meta.data. |
vector of meta data columns that are numeric.
## Not run:
numeric_meta_columns <- Meta_Numeric(data = meta_data)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.