# Generated by roxygen2: do not edit by hand

export(get_all_nfl_players)
export(get_avatar_picture)
export(get_draft)
export(get_draft_pick_trades)
export(get_draft_picks)
export(get_league)
export(get_league_drafts)
export(get_league_users)
export(get_loser_playoff_bracket)
export(get_main_data)
export(get_matchups)
export(get_rosters)
export(get_sport_state)
export(get_traded_picks)
export(get_transactions)
export(get_trending_players)
export(get_user)
export(get_user_drafts)
export(get_user_leagues)
export(get_weekly_matchups)
export(get_winner_playoff_bracket)
export(plot_generate_nfl_player_data)
export(plot_league_dashboard)
export(plot_league_information_table)
export(plot_league_streaks_table)
export(plot_nfl_player_data_table)
export(plot_nfl_player_high_school_state)
export(plot_nfl_top_colleges)
export(plot_regular_season_rankings)
export(plot_trending_players)
export(plot_trending_players_table)
export(plot_user_fantasy_points_against)
export(plot_user_fantasy_points_differential)
export(plot_user_fantasy_points_for)
export(plot_user_waiver_budget)
export(plot_user_weekly_matchups)
export(plot_user_weekly_players)
importFrom(DT,dataTableOutput)
importFrom(DT,datatable)
importFrom(DT,formatStyle)
importFrom(DT,renderDataTable)
importFrom(DT,styleColorBar)
importFrom(DT,styleEqual)
importFrom(DT,styleInterval)
importFrom(RColorBrewer,brewer.pal)
importFrom(dplyr,across)
importFrom(dplyr,arrange)
importFrom(dplyr,bind_rows)
importFrom(dplyr,case_when)
importFrom(dplyr,count)
importFrom(dplyr,group_by)
importFrom(dplyr,left_join)
importFrom(dplyr,mutate)
importFrom(dplyr,rename)
importFrom(dplyr,summarize)
importFrom(dplyr,top_n)
importFrom(grDevices,colorRampPalette)
importFrom(htmltools,HTML)
importFrom(htmlwidgets,JS)
importFrom(httr,GET)
importFrom(httr,content)
importFrom(jsonlite,fromJSON)
importFrom(plotly,add_trace)
importFrom(plotly,hide_colorbar)
importFrom(plotly,layout)
importFrom(plotly,plot_geo)
importFrom(plotly,plot_ly)
importFrom(plotly,plotlyOutput)
importFrom(plotly,renderPlotly)
importFrom(plotly,subplot)
importFrom(purrr,map_depth)
importFrom(rlang,.data)
importFrom(scales,comma)
importFrom(shiny,actionButton)
importFrom(shiny,br)
importFrom(shiny,column)
importFrom(shiny,eventReactive)
importFrom(shiny,fluidPage)
importFrom(shiny,fluidRow)
importFrom(shiny,h1)
importFrom(shiny,h2)
importFrom(shiny,hr)
importFrom(shiny,numericInput)
importFrom(shiny,runApp)
importFrom(shiny,tabPanel)
importFrom(shiny,tabsetPanel)
importFrom(shiny,titlePanel)
importFrom(shinyWidgets,setBackgroundColor)
importFrom(shinycssloaders,withSpinner)
importFrom(stats,quantile)
importFrom(stats,reorder)
importFrom(stringr,str_extract)
importFrom(stringr,str_replace)
importFrom(stringr,str_replace_all)
importFrom(tidyr,drop_na)
importFrom(tidyr,pivot_longer)
importFrom(tidyr,pivot_wider)
importFrom(tidyr,separate_longer_delim)
importFrom(utils,download.file)
