clean_teams | R Documentation |
Cleans and un-nests teams data. Teams data is returned by
get_teams()
.
clean_teams(teams)
teams |
A |
A tibble
of cleaned teams data
## Not run:
url <- "https://MyGoDataServer.com/"
username <- "myemail@email.com"
password <- "mypassword"
teams <- get_teams(
url = url,
username = username,
password = password
)
clean_teams <- clean_teams(teams)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.