Description Usage Arguments Examples
src_memdb
lets you easily access a sessio-temporary in-memory
SQLite database. memdb_frame()
works like data_frame
,
but instead of creating a new data frame in R, it creates a table in
src_memdb
1 2 3 | src_memdb()
memdb_frame(..., .name = random_table_name())
|
... |
A set of name-value pairs. Arguments are evaluated sequentially, so you can refer to previously created variables. |
.name |
Name of table in database: defaults to a random name that's unlikely to conflict with exist |
1 2 3 4 5 6 7 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.