Description Usage Arguments Value Author(s) Examples
This function reset data type of metadata variables.
1 |
meta |
data frame. The metadata table to reset variable data type. |
factor |
a string or charactor vector, containing the column names of metadata variables to be set as factor. |
reset.META
numeric |
a string or charactor vector, containing the column names of metadata variables to be set as numeric. |
date |
a string or charactor vector containing the column names of metadata variables to be set as date. |
This function returns the same metadata with variables being reset to desired data type. Warnings or errors may be raise if the format of the original data cannot be recognized by R.
Wen Chen
1 2 3 4 5 6 7 8 9 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.