Detects the backend which will be used for checking the rules
Source:R/check_data.R
detect_backend.Rd
The detection will be made based on the class of the object as well as the packages installed.
For example, if a data.frame
is used, it will look if data.table
or dplyr
are installed on the system, as they provide more speed.
Note the main functions will revert the
Value
a single character element with the name of the backend to use.
One of base-r
, data.table
, dplyr
, collectibles
(for arrow or DBI objects)