Coerce character to numeric
as_num.Rd
Coerce a character vector to numeric, by:
- Removing the thousand separator mark.
- Replacing decimal mark with a dot.
- Removing the character "$".
- Removing the characters from the alphabet.
- Trimming extra spaces.
- Applying the function as.numeric.