Ensure `data.table::patterns()` compatibility in future release
data.table is preferred when working with large data sets for speed, and data.table::patterns() facilitates column(s) selection with regular expression, which is useful for concise code, as oppose to doing this as a separate line item.