Learn R Programming

vvconverter (version 0.7.0)

destring: Convert character vector to numeric, ignoring irrelevant characters.

Description

Convert character vector to numeric, ignoring irrelevant characters.

Usage

destring(x, keep = "0-9.-")

Value

vector of type numeric

Arguments

x

A vector to be operated on

keep

Characters to keep in, in bracket regular expression form. Typically includes 0-9 as well as the decimal separator (. in the US and , in Europe).

Examples

Run this code
destring("24k")
destring("5,5")

Run the code above in your browser using DataLab