extract_num {coalitions}R Documentation

Extract numerics from string or character

Description

Removes all characters that are not in [0-9].

Usage

extract_num(x, decimal = TRUE)

Arguments

x

A character vector.

decimal

Logical flag, indicating if x has a decimal separator


[Package coalitions version 0.6.24 Index]