safe_numeric_conversion {Tivy} | R Documentation |
Safe numeric conversion
Description
Safely converts values to numeric with warning handling.
Usage
safe_numeric_conversion(x, column_name = "column")
Arguments
x |
Vector to convert. |
column_name |
Name of column being converted (for warnings). |
Value
Numeric vector.
[Package Tivy version 0.1.1 Index]