yotov_data: Yotov applications data

Description Usage Arguments Value Examples

View source: R/connections.R

Description

Returns a remote database table with the data required to replicate the exercises from the book.

Usage

1

Arguments

table

A string indicating the table to extract

Value

A dplyr tibble (dplyr::tbl())

Examples

1
2
3
if (yotov_status()) {
  yotov_data("ch1_application1")
}

yotover documentation built on Jan. 28, 2021, 9:06 a.m.

Related to yotov_data in yotover...