-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathdata.Rd
37 lines (33 loc) · 853 Bytes
/
data.Rd
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
34
35
36
37
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/data.R
\docType{data}
\name{data}
\alias{data}
\alias{cfbd_play_type_df}
\alias{cfbd_conf_types_df}
\title{\strong{Data in the package for reference}}
\format{
A data frame with 45 rows and 3 variables:
\describe{
\item{id}{Referencing play id}
\item{text}{play type description}
\item{abbreviation}{play type abbreviation used for function call}
}
A data frame with 11 rows and 4 variables:
\describe{
\item{id}{Referencing conference id}
\item{name}{Conference name}
\item{short_name}{Short name for Conference}
\item{abbreviation}{Conference abbreviation}
}
}
\usage{
cfbd_play_type_df
cfbd_conf_types_df
}
\description{
\strong{Data in the package for reference}
\strong{College Football Mapping for Play Types}
\strong{College Football Conferences}
}
\keyword{data}