Description Usage Arguments See Also
Wrapper around extract_text
. Extracts digits from a string, convert them
into a single integer and divide it by 100, considering that prices won't have
more than 2 decimal digits.
1 | extract_price(field, pattern = NULL)
|
field |
a |
pattern |
a valid RegEx pattern |
Other extractors:
extract_numeric()
,
extract_text()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.