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

Mapvalues #45

Open
djambar opened this issue May 26, 2016 · 0 comments
Open

Mapvalues #45

djambar opened this issue May 26, 2016 · 0 comments

Comments

@djambar
Copy link

djambar commented May 26, 2016

dtAnnonces$Parution <- mapvalues(x = dtAnnonces$Parution, from = c( "aujourd’hui ", " hier "), to = c("0","1"))

Maps correctly "hier" but not "aujourd'hui".

Error message is :
The following from values were not present in x: aujourd’hui

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