allow a sql like syntax in data tables. N.b. conflict with data.table's definition of like which is based on regex.
1 | vector %like% like
|
_ Represents a single character h_t finds hot, hat, and hit [] Represents any single character within the brackets h[oa]t finds hot and hat, but not hit ^ Represents any character not in the brackets h[^oa]t finds hit, but not hot and hat - Represents a range of characters c[a-b]t finds cat and cbt TODO: escaped sql
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.