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

R commands could not fine function "%>%" #1

Open
ccpage opened this issue Apr 2, 2020 · 1 comment
Open

R commands could not fine function "%>%" #1

ccpage opened this issue Apr 2, 2020 · 1 comment

Comments

@ccpage
Copy link

ccpage commented Apr 2, 2020

Hi, Thanks so much for putting out this cool pipline! I have gotten through the PF sorting but am stuck in step 9 on the R commands. At the point where we are Unifying 3D classes
Specifically in the bash terminal when I type
modeDataset <- x %>% group_by(GroupNumber, HelicalTubeID)%>% summarise(ClassNumber2=getmode(ClassNumber))

Error in x %>% group_by(GroupNumber, HelicalTubeID) %>% summarise(ClassNumber2 = getmode(ClassNumber)) :
could not find function "%>%"

Can you point out what I have done wrong?

Many Thanks!

@ccpage
Copy link
Author

ccpage commented Apr 3, 2020

Not sure if this is really the place for these types of questions, sorry if it is not! I googled this error message I realize that this is likely an 'R' issue and not part of the pipeline. I see this error occurs if you don't have a library. While I did install the package dplyr, as instructed in the readme file, it is probably something else I did or didn't do! I will continue to research this error.

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