Skip to content
This repository has been archived by the owner on Feb 13, 2020. It is now read-only.

Remixing data -- dplyr bug #80

Closed
aammd opened this issue Dec 4, 2014 · 0 comments
Closed

Remixing data -- dplyr bug #80

aammd opened this issue Dec 4, 2014 · 0 comments

Comments

@aammd
Copy link
Member

aammd commented Dec 4, 2014

If you are trying to combine two datasets for HW12 using, for example, left_join, you might hit this bug which will result in the error message:

Error: cannot join on columns 'name' x 'name' : found multiple encodings in character string
on execution.

This will happen if you are trying to combine datasets, merging by country name. One workaround is to use merge instead.
thanks to @JiyingWen for pointing this out during office hours!

@jennybc jennybc closed this as completed Sep 7, 2015
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants