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

Filter doesn t work #216

Closed
aaa34169 opened this issue Nov 15, 2016 · 2 comments
Closed

Filter doesn t work #216

aaa34169 opened this issue Nov 15, 2016 · 2 comments
Labels
reprex needs a minimal reproducible example

Comments

@aaa34169
Copy link

aaa34169 commented Nov 15, 2016

Hi
I think you had ever faced with this issue with another package.
It s quite simple. the dplyr function Filter seems not working after a read_xls

data = read_excel("name.xlsx", sheet = "Kinematic cycles",col_names = TRUE)
dplyr::filter(data,Label  == "LHipAngles"

Rstudio returns :
Error in filter_impl(.data, dots) : attempt to use zero-length variable name

i haven t found any resource yet.
cheers

Fabien

@hadley hadley added the reprex needs a minimal reproducible example label Jan 3, 2017
@jennybc
Copy link
Member

jennybc commented Jan 5, 2017

re-posting a reprex request, that's specific to this project

How to provide a readxl reprex

We're in a much better position to address your issue if you can provide a reprex (reproducible example). Provide as much of this as you can:

  • An actual xls or xlsx file. Preferably stripped down to the minimal size and complexity to demonstrate your point. And, obviously, stripped of any sensitive data.
  • A small bit of R code that uses readxl on the provided xls or xlsx file and demonstrates your point.
    • Consider using the reprex package to prepare this. In addition to nice formatting, this ensures your reprex is self-contained. Currently GitHub-only, but going to CRAN soon.
  • Any details about your environment that seem clearly relevant, such as operating system.
    reprex(..., si = TRUE)
    will append a standard summary, folded neatly away, at the bottom of your reprex.

How to provide the xls/xlsx file? In order of preference:

  1. Attach the file directly to your issue. Instructions are always at the bottom of the issue or comment box.
  2. Share via DropBox or Google Drive and provide the link in your issue.
  3. Explain you absolutely cannot provide a relevant file via github.com and offer to provide privately.
  4. Don't share a file and realize you're hoping for, e.g., a bug fix with no concrete example to go on.

@jennybc
Copy link
Member

jennybc commented Jan 6, 2017

This is likely another symptom of readxl returning a tibble with one or more NA colnames, which is #199.

@jennybc jennybc closed this as completed Jan 6, 2017
@lock lock bot locked and limited conversation to collaborators Oct 10, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
reprex needs a minimal reproducible example
Projects
None yet
Development

No branches or pull requests

3 participants