Skip to contents

This function extracts the numeric value from a string.

Usage

get_quantily_value(name)

Arguments

name

a string

Value

a numeric value

Examples

get_quantily_value("quantiles = 0.001")
#> [1] 0.001