Shiny_Update: Create Fantasy Football Data for Shiny App

Description Usage Arguments

View source: R/shiny_update_r.R

Description

Updates Data and refreshes Shiny APP

Usage

1
2
3
4
5
6
7
Shiny_Update(
  season = 2021,
  vartype = c("Season", "Weekly"),
  varweek = 0,
  gtype = c("average", "weighted"),
  wkdir
)

Arguments

season

numeric. Defaults to 2021 season

  • "2021"

vartype

Charcater. Choose between season data or weekly data

  • "Season"

  • "Weekly"

varweek

numeric. For Weekly data set to week #. 0 = Season

  • "0"

gtype

Charcater. Choose data aggregation type

  • "average"

  • "weighted"

wrkdir

Charcater. Set local work directory


RandalMorris/AnalyticsFootball documentation built on Dec. 18, 2021, 9:52 a.m.