View source: R/utils_download_nflverse.R
nflverse_releases | R Documentation |
This functions lists all nflverse data releases that are available
in the nflverse-data repo. Release names can be used for downloads in
nflverse_download()
.
nflverse_releases(.token = "default")
.token |
a GitHub API token, |
A dataframe containing release names, release descriptions, and other relevant release information.
try( # avoids cran failures, can skip in normal usage
nflverse_releases()
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.