Learn R Programming

baseballr (version 1.5.0)

load_ncaa_baseball_teams: Load cleaned NCAA men's college baseball teams from the baseballr data repo

Description

helper that loads multiple seasons of teams from the data repo either into memory or writes it into a db using some forwarded arguments in the dots

Usage

load_ncaa_baseball_teams(..., dbConnection = NULL, tablename = NULL)

Value

Returns a tibble

Arguments

...

Additional arguments passed to an underlying function that writes the season data into a database.

dbConnection

A DBIConnection object, as returned by

tablename

The name of the data table within the database

Examples

Run this code
  load_ncaa_baseball_teams()

Run the code above in your browser using DataLab