Learn R Programming

shiny.collections (version 0.1.1)

cursor_to_tibble: Make tibble from cursor

Description

Receives data in tibble format from rethinkDB cursor.

Usage

cursor_to_tibble(cursor, column_names)

Arguments

cursor

rethinkDB cursor

column_names

character vector with column names

Value

either empty tibble or tibble with data