DataBackendDplyr
, you can now select columns to be converted from string to factor. This simplies the work with SQL databases which do not naturally support factors (or where the level information is lost in the transaction).$distinct()
to not return missing values per default.na_rm
argument to $distinct()
.as_sqlite()
to as_sqlite_backend()