Skip to content

Commit

Permalink
improve name transformation
Browse files Browse the repository at this point in the history
  • Loading branch information
danielredondo committed Oct 14, 2020
1 parent 077beff commit 1e204b4
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion R/futbin_search.R
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
#'
#' # Search for a specific version of a player
#' futbin_search(name = "Lewandowski", version = "Rare")
#' futbin_search(name = "Luis Suárez", version = "OTW")
#' futbin_search(name = "Luis Suarez", version = "OTW")
#'
#' # Search for an In-Form card of a player, showing verbose
#' futbin_search(name = "Grealish", version = "IF", verbose = TRUE)
Expand Down
4 changes: 2 additions & 2 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -102,8 +102,8 @@ Sys.sleep(3)
```

```{r}
# Luis Suárez One to watch (OTW)
futbin_search(name = "Luis Suárez", version = "OTW")
# Luis Suarez One to watch (OTW)
futbin_search(name = "Luis Suarez", version = "OTW")
```
```{r, echo = FALSE, results='hide'}
Sys.sleep(3)
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -121,8 +121,8 @@ futbin_search(name = "Lewandowski", version = "Rare")
```

``` r
# Luis Suárez One to watch (OTW)
futbin_search(name = "Luis Suárez", version = "OTW")
# Luis Suarez One to watch (OTW)
futbin_search(name = "Luis Suarez", version = "OTW")
#> name rating position version price skills weak_foot pac sho pas dri
#> 2 Luis Suárez 88 ST OTW 135000 3 4 72 91 84 84
#> def phy hei popularity base_stats in_game_stats wr_attack wr_defense wei
Expand Down
2 changes: 1 addition & 1 deletion man/futbin_search.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 1e204b4

Please sign in to comment.