sanitize_table_id {dittodb} | R Documentation |
Sanitize Table id
Description
Tables are identified and specified with a large number of ways across
drivers. For the purposes of dittodb
, the details are less important since
we almost always just want a flat representation (ie for filenames). This
takes the various formats and returns a string with various elements
separated by dots.
Usage
sanitize_table_id(id, ...)
Arguments
id |
the table identifier (an |
... |
additional arguments (to allow for things like |
Value
the first word in the statement
[Package dittodb version 0.1.8 Index]