Search through the driver table to match a driver name with
an action (e.g. "write"
) and check if the action is supported.
is_driver_can(drv, drivers = st_drivers(), operation = "write")
character. Name of driver
data.frame. Table containing driver names and support. Default
is from st_drivers
character. What action to check