Use these methods without the '.dm' or '.zoomed_dm' suffix (see examples).
# S3 method for dm tbl(src, from, ...) # S3 method for dm compute(x, ...) # S3 method for zoomed_dm compute(x, ...) # S3 method for dm src_tbls(x, ...) # S3 method for dm copy_to( dest, df, name = deparse(substitute(df)), overwrite = FALSE, temporary = TRUE, repair = "unique", quiet = FALSE, ... ) # S3 method for dm collect(x, ...)
src | A |
---|---|
from | A length one character variable containing the name of the requested table |
... | See original function documentation |
x | Either a |
dest | For |
df | For |
name | For |
overwrite | For |
temporary | For |
repair, quiet | Name repair options; cf. |