Learn R Programming

shiny.collections (version 0.1.1)

get_table_handle: Get table handle

Description

Get table handle

Usage

get_table_handle(db_name, collection_name)

Arguments

db_name

character with database name

collection_name

character with collection name

Value

reql object

Examples

Run this code
# NOT RUN {
 get_table_handle("shiny", "cars")
# }

Run the code above in your browser using DataLab