Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

players_rotowire #19

Closed
evbettor opened this issue Feb 1, 2019 · 1 comment
Closed

players_rotowire #19

evbettor opened this issue Feb 1, 2019 · 1 comment

Comments

@evbettor
Copy link

evbettor commented Feb 1, 2019

the players_rotowire() function always returns the default number of results (50).

suggestion (adding results param):

all_data <-
      ids %>%
      future_map_dfr(function(id) {
        get_player_rotowire_news_safe(player_id = id, return_message = return_message, results = results)
      })
@abresler
Copy link
Owner

abresler commented Feb 1, 2019

Fixed in newest version

@abresler abresler closed this as completed Feb 1, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants