-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathDESCRIPTION
More file actions
33 lines (33 loc) · 778 Bytes
/
DESCRIPTION
File metadata and controls
33 lines (33 loc) · 778 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
Package: espnscrapeR
Type: Package
Title: Scrapes Or Collects NFL Data From ESPN
Version: 0.8.0
Author: Thomas Mock
Maintainer: Thomas Mock <j.thomasmock@gmail.com>
Description: Main use case is to collect ESPN QBR for NFL and college football.
Alternative functions include getting NFL standings and scraping NFL season-level stats.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.2.1
URL: https://github.com/jthomasmock/espnscrapeR
BugReports: https://github.com/jthomasmock/espnscrapeR/issues
Imports:
dplyr (>= 1.0),
tidyr (>= 1.0),
httr,
rvest,
tibble,
xml2,
purrr,
glue,
jsonlite,
stringr,
janitor,
readr,
gt (>= 0.3),
scales
Suggests:
rmarkdown,
knitr
VignetteBuilder: knitr