oe_match_pattern: Check patterns in the provider's databases
Description
This function is used to explore the provider's databases and look for
patterns. This function can be useful in combination with oe_match() and
oe_get() for an easy match. See Examples.
# NOT RUN {oe_match("Yorkshire", quiet = FALSE)
# }# NOT RUN {oe_match_pattern("Yorkshire")
res = oe_match_pattern("Yorkshire", full_row = TRUE)
sf::st_drop_geometry(res)[1:3]
# }