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

bar_chart_count errors on my data.frame #16

Open
sfirke opened this issue Feb 18, 2019 · 0 comments
Open

bar_chart_count errors on my data.frame #16

sfirke opened this issue Feb 18, 2019 · 0 comments

Comments

@sfirke
Copy link
Member

sfirke commented Feb 18, 2019

Not exactly a reprex since I don't want to post the data here but:

cl_df <- data.frame(content_lvl = content_lvl)
cl_df %>%
  bar_chart_counts(content_lvl)

Error in inds_combine(.vars, ind_list) :
Each argument must yield either positive or negative integers

> glimpse(cl_df)
Observations: 185
Variables: 1
$ content_lvl <fct> 60% grade level content / 40% content at current ability levels, ...

The error is thrown on this line: https://github.com/tntp/tntpr/blob/master/R/bar_chart_counts.R#L67. I know select_ is deprecated, would updating this to the latest tidyeval possibly address my problem?

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

1 participant