parse_numbers.Rd
Parse numbers from text section
parse_numbers(x, header = "")
String of characters with target text.
String with the header of the target section.
Numeric vector.
parse_numbers("Distance: 9 40 200", "Distance:") #> [1] 9 40 200