Description Usage Arguments Value Author(s) Examples
View source: R/detect_numeric.R
A function to recognize if the content of a column seems to be numeric.
1 | detect_numeric(df_column)
|
df_column |
The column to control. Type = dataframe |
TRUE if the column seems to contain dates, otherwise FALSE.
Briac LE RAY (briac.leray@partnre.com)
1 | detect_numeric(df_column = my_column)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.