Description Usage Arguments Value
Append column of tidy team abbreviations
1 2 3 4 5 6 | add_tidy_teamabbrev(
df = NULL,
lookup = system.file("extdata", "teamabbrev_lu.csv", package = "dfstools"),
platform = NULL,
sport = NULL
)
|
df |
data.frame with team abbreviation column |
lookup |
character, path to csv lookup |
platform |
character, which dfs platform to use |
sport |
character, which sport |
data.frame with column "tidy_teamabbrev" appended for easier joining
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.