Learn R Programming

yotover (version 0.3.5)

yotov_data: Yotov applications data

Description

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

Usage

yotov_data(table)

Arguments

table

A string indicating the table to extract

Value

A dplyr tibble (dplyr::tbl())

Examples

Run this code
# NOT RUN {
if (yotov_status()) {
  yotov_data("ch1_application1")
}
# }

Run the code above in your browser using DataLab